summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoAlertDefaultType.idl
blob: e529cf8b44064e55ee0e3c8f21323e5a2050044d (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoAlertDefaultType {
        const long msoAlertDefaultFifth = 4;
        const long msoAlertDefaultFirst = 0;
        const long msoAlertDefaultFourth = 3;
        const long msoAlertDefaultSecond = 1;
        const long msoAlertDefaultThird = 2;
    };
}; }; };