summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdBrowserLevel.idl
blob: 9e7646f585d4b9b36d23d85a5e371920b948781f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdBrowserLevel {
        const long wdBrowserLevelMicrosoftInternetExplorer5 = 1;
        const long wdBrowserLevelMicrosoftInternetExplorer6 = 2;
        const long wdBrowserLevelV4 = 0;
    };
}; }; };