bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcExportXMLOtherFlags.idl
blob5e2bb271c8805dcd7a79ad0a9d85aeb378b3b83b
1 module ooo { module vba { module access {
2 constants AcExportXMLOtherFlags {
3 const long acEmbedSchema = 1;
4 const long acExcludePrimaryKeyAndIndexes = 2;
5 const long acLiveReportSource = 8;
6 const long acPersistReportML = 16;
7 const long acRunFromServer = 4;
8 };
9 }; }; };