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