summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlXmlImportResult.idl
blob: 46252b0de6436a2015e2980e3afbd405e6c3c660 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlXmlImportResult {
        const long xlXmlImportElementsTruncated = 1;
        const long xlXmlImportSuccess = 0;
        const long xlXmlImportValidationFailed = 2;
    };
}; }; };