summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdXMLValidationStatus.idl
blob: abe905bff5cf50348a379ee378c266a7a69469a2 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdXMLValidationStatus {
        const long wdXMLValidationStatusCustom = -1072898048;
        const long wdXMLValidationStatusOK = 0;
    };
}; }; };