diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-18 14:02:36 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-18 14:02:36 +0100 |
commit | 923934d0f41b5b54c9aa4491958cd1939779902d (patch) | |
tree | 79a10eeaa7708fbccd5cbd1703b80a4bc5766a32 /unotools/source/i18n/charclass.cxx | |
parent | ef08c38172f0a19063759a52dd94b70ebd962ed4 (diff) |
nitpick, it's i18n, not l18n
Diffstat (limited to 'unotools/source/i18n/charclass.cxx')
-rw-r--r-- | unotools/source/i18n/charclass.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/i18n/charclass.cxx b/unotools/source/i18n/charclass.cxx index b445c12be3c5..58af0e53a337 100644 --- a/unotools/source/i18n/charclass.cxx +++ b/unotools/source/i18n/charclass.cxx @@ -428,7 +428,7 @@ sal_Int32 CharClass::getStringType( const String& rStr, xub_StrLen nPos, xub_Str } catch ( const Exception& e ) { - SAL_WARN( "unotools.l18n", "parseAnyToken: Exception caught " << e.Message ); + SAL_WARN( "unotools.i18n", "parseAnyToken: Exception caught " << e.Message ); return ParseResult(); } } @@ -454,7 +454,7 @@ sal_Int32 CharClass::getStringType( const String& rStr, xub_StrLen nPos, xub_Str } catch ( const Exception& e ) { - SAL_WARN( "unotools.l18n", "parsePredefinedToken: Exception caught " << e.Message ); + SAL_WARN( "unotools.i18n", "parsePredefinedToken: Exception caught " << e.Message ); return ParseResult(); } } |