bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDVAlertStyle.idl
blob6d506e004a708a006adbd92ec827236cefc70fb8
1 module ooo { module vba { module excel {
2 constants XlDVAlertStyle {
3 const long xlValidAlertInformation = 3;
4 const long xlValidAlertStop = 1;
5 const long xlValidAlertWarning = 2;
6 };
7 }; }; };