summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdFramesetType.idl
blob: 995dc668c580e6b2d8c8db06fa4d74cb938a0c87 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdFramesetType {
        const long wdFramesetTypeFrame = 1;
        const long wdFramesetTypeFrameset = 0;
    };
}; }; };