summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/xrmmerge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx
index 9591c552125a..957ecc26879e 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 += "=\"";