summaryrefslogtreecommitdiff
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.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/ProcKind.idl b/oovbaapi/ooo/vba/access/ProcKind.idl
new file mode 100644
index 000000000000..a177f2eb6bfe
--- /dev/null
+++ b/oovbaapi/ooo/vba/access/ProcKind.idl
@@ -0,0 +1,8 @@
+module ooo { module vba { module access {
+ constants ProcKind {
+ const long Get = 3;
+ const long Let = 1;
+ const long Proc = 0;
+ const long Set = 2;
+ };
+}; }; };