[Libreoffice-commits] core.git: l10ntools/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 8 03:51:41 PDT 2014
l10ntools/source/helpmerge.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb5e5ae0bf029b7db9f254180a214dae648a207d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 8 12:50:51 2014 +0200
Remove extra newline
Change-Id: I192542c209a1b937672650d370d3f8e93d0bc9f5
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index 12a71c8..6d3c4dd 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);
}
More information about the Libreoffice-commits
mailing list