diff options
author | Andras Timar <atimar@suse.com> | 2011-11-03 10:24:04 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-03 10:26:33 +0100 |
commit | 266defb7639b4d42c8bfc3140bbed649c897f124 (patch) | |
tree | 4d3850968c92dd0529a87c0d876fffbb5ecc586b /l10ntools/source | |
parent | 7c22d03fb6394ae4b9a82061cb160c1bcd7df8da (diff) |
indent line in merged description.xml
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/xrmmerge.cxx | 4 |
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 += "=\""; |