bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlErrorBarInclude.idl
blobf5f1440c1e118a9e9223cedaf943211c28558c4e
1 module ooo { module vba { module excel {
2 constants XlErrorBarInclude {
3 const long xlErrorBarIncludeBoth = 1;
4 const long xlErrorBarIncludeMinusValues = 3;
5 const long xlErrorBarIncludeNone = -4142;
6 const long xlErrorBarIncludePlusValues = 2;
7 };
8 }; }; };