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