summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-08 12:50:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-08 12:51:12 +0200
commiteb5e5ae0bf029b7db9f254180a214dae648a207d (patch)
tree833d96660dde2928afe8148273504d97181c2903 /l10ntools
parentc65a70c4440a2e7c17f0c71a2875cc50f4f39fa9 (diff)
Remove extra newline
Change-Id: I192542c209a1b937672650d370d3f8e93d0bc9f5
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/helpmerge.cxx2
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);
}