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