summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdEditorType.idl
blob: 73f5fca6c6a67a0fab766117a99f0bdc1f8975df (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdEditorType {
        const long wdEditorCurrent = -6;
        const long wdEditorEditors = -5;
        const long wdEditorEveryone = -1;
        const long wdEditorOwners = -4;
    };
}; }; };