diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 12a71c8133e9..6d3c4ddb73b5 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -260,7 +260,7 @@ void HelpParser::ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResDa SAL_WARN( "l10ntools", "Can't find GID=" << pResData->sGId.getStr() << " LID=" - << pResData->sId.getStr() << " TYP=" << pResData->sResTyp.getStr() << "\n"); + << pResData->sId.getStr() << " TYP=" << pResData->sResTyp.getStr()); } pXMLElement->ChangeLanguageTag(sCur); } |