diff options
author | Eike Rathke <erack@redhat.com> | 2014-06-03 20:23:14 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-06-03 20:23:14 +0200 |
commit | cc520b6eb73de907570efbed44bbe3146fe87b1a (patch) | |
tree | ff0622b27bdbe357fd32517e579cb4a4bcacbbb3 /include | |
parent | 3136a401720066b4f2f00f75f5686b35c02037c1 (diff) |
unknown log area [loplugin:sallogareas]
Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/digitgroupingiterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/digitgroupingiterator.hxx b/include/unotools/digitgroupingiterator.hxx index ce1cf84f73db..d5a5bc144cd7 100644 --- a/include/unotools/digitgroupingiterator.hxx +++ b/include/unotools/digitgroupingiterator.hxx @@ -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; |