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;