summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdProtectionType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdProtectionType.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdProtectionType.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdProtectionType.idl b/oovbaapi/ooo/vba/word/WdProtectionType.idl
new file mode 100644
index 000000000000..328f960269f2
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdProtectionType.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module word {
+ constants WdProtectionType {
+ const long wdAllowOnlyComments = 1;
+ const long wdAllowOnlyFormFields = 2;
+ const long wdAllowOnlyReading = 3;
+ const long wdAllowOnlyRevisions = 0;
+ const long wdNoProtection = -1;
+ };
+}; }; };