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