summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcFilterType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcFilterType.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcFilterType.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcFilterType.idl b/oovbaapi/ooo/vba/access/AcFilterType.idl
new file mode 100644
index 000000000000..ea2a42fabb4e
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/AcFilterType.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module access {
+ constants AcFilterType {
+ const long acFilterNormal = 0;
+ const long acServerFilter = 1;
+ };
+}; }; };