summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
blob: 6ac1f08f0d1f216e4142d3222e215f9a923d6a4b (plain)
1
2
3
4
5
6
module ooo { module vba { module access {
    constants AcExportXMLSchemaFormat {
        const long acSchemaNone = 0;
        const long acSchemaXSD = 1;
    };
}; }; };