bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlChartGallery.idl
blob1f2302e02821f276b875abea38ef0426e8fd4293
1 module ooo { module vba { module excel {
2 constants XlChartGallery {
3 const long xlAnyGallery = 23;
4 const long xlBuiltIn = 21;
5 const long xlUserDefined = 22;
6 };
7 }; }; };