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