Kaydet (Commit) cc520b6e authored tarafından Eike Rathke's avatar Eike Rathke

unknown log area [loplugin:sallogareas]

Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236
üst 3136a401
...@@ -80,7 +80,7 @@ class DigitGroupingIterator ...@@ -80,7 +80,7 @@ class DigitGroupingIterator
if (mnGroup < maGroupings.getLength()) if (mnGroup < maGroupings.getLength())
{ {
sal_Int32 n = maGroupings[mnGroup]; 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) if (n < 0)
n = 0; // sanitize ... n = 0; // sanitize ...
return n; return n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment