summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
blob: ce79918a966146fd01b76cbd67a220b2a349dbe2 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcImportXMLOption {
        const long acAppendData = 2;
        const long acStructureAndData = 1;
        const long acStructureOnly = 0;
    };
}; }; };