summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoWizardMsgType.idl
blob: c7fdc98dc5e2ede0ef9071c7fdb5ac5b8a434ad5 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoWizardMsgType {
        const long msoWizardMsgLocalStateOff = 2;
        const long msoWizardMsgLocalStateOn = 1;
        const long msoWizardMsgResuming = 5;
        const long msoWizardMsgShowHelp = 3;
        const long msoWizardMsgSuspending = 4;
    };
}; }; };