Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCommandUnderlines.idl
blobe076bacdce6c107213dd1ab89c92acd616a82b02
1 module ooo { module vba { module excel {
2 constants XlCommandUnderlines {
3 const long xlCommandUnderlinesAutomatic = -4105;
4 const long xlCommandUnderlinesOff = -4146;
5 const long xlCommandUnderlinesOn = 1;
6 };
7 }; }; };