summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdFlowDirection.idl
blob: 590cc194de236b7968d70cc39145a42f190d718a (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdFlowDirection {
        const long wdFlowLtr = 0;
        const long wdFlowRtl = 1;
    };
}; }; };