bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcTextTransferType.idl
blobfebf5a86ff3605a1a2fecb8fa335cf3365628330
1 module ooo { module vba { module access {
2 constants AcTextTransferType {
3 const long acExportDelim = 2;
4 const long acExportFixed = 3;
5 const long acExportHTML = 8;
6 const long acExportMerge = 4;
7 const long acImportDelim = 0;
8 const long acImportFixed = 1;
9 const long acImportHTML = 7;
10 const long acLinkDelim = 5;
11 const long acLinkFixed = 6;
12 const long acLinkHTML = 9;
14 }; }; };