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;
    };
}; }; };
ic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann