summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdLineType.idl
blob: 6e4cecc3b15bbe72f33599550ee50f697942fc92 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdLineType {
        const long wdTableRow = 1;
        const long wdTextLine = 0;
    };
}; }; };