summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLinkType.idl
blob: 09919078e44492c1262008812279663e93e57613 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlLinkType {
        const long xlLinkTypeExcelLinks = 1;
        const long xlLinkTypeOLELinks = 2;
    };
}; }; };