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