10 lines
333 B
Text
10 lines
333 B
Text
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
module ooo { module vba { module excel {
|
|
constants XlChartGallery {
|
|
const long xlAnyGallery = 23;
|
|
const long xlBuiltIn = 21;
|
|
const long xlUserDefined = 22;
|
|
};
|
|
}; }; };
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|