[Libreoffice-commits] .: l10ntools/source
Andras Timar
timar at kemper.freedesktop.org
Thu Nov 3 02:26:24 PDT 2011
l10ntools/source/xrmmerge.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 266defb7639b4d42c8bfc3140bbed649c897f124
Author: Andras Timar <atimar at suse.com>
Date: Thu Nov 3 10:24:04 2011 +0100
indent line in merged description.xml
diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx
index 9591c55..957ecc2 100644
--- a/l10ntools/source/xrmmerge.cxx
+++ b/l10ntools/source/xrmmerge.cxx
@@ -672,7 +672,7 @@ void XRMResMerge::WorkOnDesc(
( sContent != "-" ) && ( sContent.Len()))
{
ByteString sText( sContent );
- ByteString sAdditionalLine( "\n" );
+ ByteString sAdditionalLine( "\n " );
sAdditionalLine += rOpenTag;
ByteString sSearch = sLangAttribute;
sSearch += "=\"";
@@ -778,7 +778,7 @@ void XRMResMerge::EndOfText(
( sContent != "-" ) && ( sContent.Len()))
{
ByteString sText( sContent );
- ByteString sAdditionalLine( "\n" );
+ ByteString sAdditionalLine( "\n " );
sAdditionalLine += rOpenTag;
ByteString sSearch = sLangAttribute;
sSearch += "=\"";
More information about the Libreoffice-commits
mailing list