Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlBackground.idl
blobca77303acf74266141a4a3828c870c543aaf798f
1 module ooo { module vba { module excel {
2 constants XlBackground {
3 const long xlBackgroundAutomatic = -4105;
4 const long xlBackgroundOpaque = 3;
5 const long xlBackgroundTransparent = 2;
6 };
7 }; }; };