bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlListConflict.idl
blobbec5fde7dffd5ac900a629775235fab842c8d4f3
1 module ooo { module vba { module excel {
2 constants XlListConflict {
3 const long xlListConflictDialog = 0;
4 const long xlListConflictDiscardAllConflicts = 2;
5 const long xlListConflictError = 3;
6 const long xlListConflictRetryAllConflicts = 1;
7 };
8 }; }; };