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