summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlToolbarProtection.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlToolbarProtection.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl b/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
new file mode 100644
index 000000000000..b2d710333408
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlToolbarProtection.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+ constants XlToolbarProtection {
+ const long xlNoButtonChanges = 1;
+ const long xlNoChanges = 4;
+ const long xlNoDockingChanges = 3;
+ const long xlNoShapeChanges = 2;
+ const long xlToolbarProtectionNone = -4143;
+ };
+}; }; };