summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoAlertIconType.idl
blob: 671dbe0e32886831edc77a95a34197dcafb7ba85 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoAlertIconType {
        const long msoAlertIconCritical = 1;
        const long msoAlertIconInfo = 4;
        const long msoAlertIconNoIcon = 0;
        const long msoAlertIconQuery = 2;
        const long msoAlertIconWarning = 3;
    };
}; }; };