summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdIndexType.idl
blob: 2d867e7905491e7105f7a2c64751d9953e3cdc86 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdIndexType {
        const long wdIndexIndent = 0;
        const long wdIndexRunin = 1;
    };
}; }; };