Kaydet (Commit) ababc9bb authored tarafından Eike Rathke's avatar Eike Rathke

0x

Change-Id: Ie400046c513b278115ec6fc67b3c531a1153ef9e
üst 79dbf611
...@@ -789,7 +789,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const ...@@ -789,7 +789,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
} }
else 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)); pImpl.reset( new LanguageTagImpl( *this));
} }
return pImpl; return pImpl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment