unknown log area [loplugin:sallogareas]
Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236
This commit is contained in:
parent
3136a40172
commit
cc520b6eb7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class DigitGroupingIterator
|
|||
if (mnGroup < maGroupings.getLength())
|
||||
{
|
||||
sal_Int32 n = maGroupings[mnGroup];
|
||||
SAL_WARN_IF( n < 0, "unotools", "DigitGroupingIterator::getGrouping: negative grouping");
|
||||
SAL_WARN_IF( n < 0, "unotools.i18n", "DigitGroupingIterator::getGrouping: negative grouping");
|
||||
if (n < 0)
|
||||
n = 0; // sanitize ...
|
||||
return n;
|
||||
|
|
Loading…
Reference in a new issue