Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCommentDisplayMode.idl
blob2abb6cd29fc7fab9197d4d6e90f74053e060b219
1 module ooo { module vba { module excel {
2 constants XlCommentDisplayMode {
3 const long xlCommentAndIndicator = 1;
4 const long xlCommentIndicatorOnly = -1;
5 const long xlNoIndicator = 0;
6 };
7 }; }; };