summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-20 17:32:27 +0200
committerEike Rathke <erack@redhat.com>2013-09-20 18:31:06 +0200
commitababc9bba77784754b7c903d24f08b1869c584ef (patch)
treecf16611c43159ffafabcc0cd0f673162c8400539 /i18nlangtag
parent79dbf611175e8a91557e288feb463f78fa1a06b9 (diff)
0x
Change-Id: Ie400046c513b278115ec6fc67b3c531a1153ef9e
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index bf835195686e..3d2fc8aaf22f 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -789,7 +789,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
}
else
{
- SAL_WARN( "i18nlangtag", "LanguageTag::registerImpl: can't register for " << ::std::hex << mnLangID );
+ SAL_WARN( "i18nlangtag", "LanguageTag::registerImpl: can't register for 0x" << ::std::hex << mnLangID );
pImpl.reset( new LanguageTagImpl( *this));
}
return pImpl;