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