Add Marathi autocorrect
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDVAlertStyle.idl
blob10d3071721650f598b9de07499b08730b068afa8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDVAlertStyle {
4 const long xlValidAlertInformation = 3;
5 const long xlValidAlertStop = 1;
6 const long xlValidAlertWarning = 2;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */