summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSortMethodOld.idl
blob: 685dda4d68caeef3bdb19ba392106458a83515c5 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSortMethodOld {
        const long xlCodePage = 2;
        const long xlSyllabary = 1;
    };
}; }; };