summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdDocumentKind.idl
blob: 1d05ee5b9bb5c18731506acb53619dcf8c9578f0 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdDocumentKind {
        const long wdDocumentEmail = 2;
        const long wdDocumentLetter = 1;
        const long wdDocumentNotSpecified = 0;
    };
}; }; };