summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlPlatform.idl
blob: 697b44e30eee662dd28fe82aa4d109a8372531a0 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlPlatform {
        const long xlMacintosh = 1;
        const long xlMSDOS = 3;
        const long xlWindows = 2;
    };
}; }; };