summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/ProcKind.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/ProcKind.idl')
-rw-r--r--oovbaapi/ooo/vba/access/ProcKind.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/ProcKind.idl b/oovbaapi/ooo/vba/access/ProcKind.idl
new file mode 100644
index 000000000..649bda6dd
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/ProcKind.idl
@@ -0,0 +1,11 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module access {
+ constants ProcKind {
+ const long Get = 3;
+ const long Let = 1;
+ const long Proc = 0;
+ const long Set = 2;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */