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