summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDisableFeaturesIntroducedAfter.idl
blob: 5de3abe41f9992af261b736bbc402114dcb28ed2 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdDisableFeaturesIntroducedAfter {
        const long wd70 = 0;
        const long wd70FE = 1;
        const long wd80 = 2;
    };
}; }; };