summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcDataTransferType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcDataTransferType.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcDataTransferType.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcDataTransferType.idl b/oovbaapi/ooo/vba/access/AcDataTransferType.idl
new file mode 100644
index 000000000000..1a84e83f5305
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/AcDataTransferType.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module access {
+ constants AcDataTransferType {
+ const long acExport = 1;
+ const long acImport = 0;
+ const long acLink = 2;
+ };
+}; }; };