summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlListConflict.idl
blob: bec5fde7dffd5ac900a629775235fab842c8d4f3 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlListConflict {
        const long xlListConflictDialog = 0;
        const long xlListConflictDiscardAllConflicts = 2;
        const long xlListConflictError = 3;
        const long xlListConflictRetryAllConflicts = 1;
    };
}; }; };