summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlXmlExportResult.idl
blob: 3ea3784c35a4a6b2a4fc5180af562c152e1351ed (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlXmlExportResult {
        const long xlXmlExportSuccess = 0;
        const long xlXmlExportValidationFailed = 1;
    };
}; }; };