Massage code to avoid warnings

Change-Id: I51eacdae13f86e6d51e54b990152d273bf49eedf
This commit is contained in:
Stephan Bergmann
2016-05-12 14:07:46 +02:00
parent 75bcafb495
commit a17f715102

View File

@@ -60,8 +60,7 @@ OUString getExpression(sal_Int32 nIndex)
return ScGlobal::GetRscString(STR_COND_DUPLICATE);
case 9:
return ScGlobal::GetRscString(STR_COND_UNIQUE);
case 10:
assert(false);
case 11:
return ScGlobal::GetRscString(STR_COND_TOP10);
case 12:
@@ -90,6 +89,9 @@ OUString getExpression(sal_Int32 nIndex)
return ScGlobal::GetRscString(STR_COND_CONTAINS);
case 24:
return ScGlobal::GetRscString(STR_COND_NOT_CONTAINS);
case 10:
assert(false);
}
return OUString();
}