[Libreoffice-commits] core.git: include/unotools

Eike Rathke erack at redhat.com
Tue Jun 3 11:24:19 PDT 2014


 include/unotools/digitgroupingiterator.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc520b6eb73de907570efbed44bbe3146fe87b1a
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Jun 3 20:23:14 2014 +0200

    unknown log area [loplugin:sallogareas]
    
    Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236

diff --git a/include/unotools/digitgroupingiterator.hxx b/include/unotools/digitgroupingiterator.hxx
index ce1cf84..d5a5bc1 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;


More information about the Libreoffice-commits mailing list