summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlRobustConnect.idl
blob: 2da842840d008799b665fd43a4bed91984c868ae (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlRobustConnect {
        const long xlAlways = 1;
        const long xlAsRequired = 0;
        const long xlNever = 2;
    };
}; }; };