summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdAlertLevel.idl
blob: 7f90128f3d47cd913447730c461ac8b866030da8 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdAlertLevel {
        const long wdAlertsAll = -1;
        const long wdAlertsMessageBox = -2;
        const long wdAlertsNone = 0;
    };
}; }; };