summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdIndexSortBy.idl
blob: 20d4adce56b2c459d22c4d91e69c93e5e49babc7 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdIndexSortBy {
        const long wdIndexSortByStroke = 0;
        const long wdIndexSortBySyllable = 1;
    };
}; }; };