l10ntools/source/xrmmerge.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 266defb7639b4d42c8bfc3140bbed649c897f124
Author: Andras Timar <ati...@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 += "=\"";
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to