From 923934d0f41b5b54c9aa4491958cd1939779902d Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 18 Jan 2012 14:02:36 +0100 Subject: nitpick, it's i18n, not l18n --- unotools/source/i18n/charclass.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools/source/i18n/charclass.cxx') 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(); } } -- cgit