summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSectionDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdSectionDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdSectionDirection.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdSectionDirection.idl b/oovbaapi/ooo/vba/word/WdSectionDirection.idl
new file mode 100644
index 000000000000..a619104a1d0d
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdSectionDirection.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module word {
+ constants WdSectionDirection {
+ const long wdSectionDirectionLtr = 1;
+ const long wdSectionDirectionRtl = 0;
+ };
+}; }; };