[Libreoffice-commits] core.git: svtools/source

Luboš Luňák l.lunak at suse.cz
Wed Mar 13 11:18:09 PDT 2013


 svtools/source/dialogs/addresstemplate.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 9a4fb0643e51cb89649000493e8c5dac5a306bc4
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Mar 13 17:57:16 2013 +0100

    fix incorrect code alignment
    
    Change-Id: I71985c728ea4ecc415f76641dcf89c3cbce38248

diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 2865e99..3df3fbf 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -409,9 +409,11 @@ void AssignmentPersistentData::Commit()
         if (_rAssignment.isEmpty())
         {
             if (hasFieldAssignment(_rLogicalName))
+            {
                 // the assignment exists but it should be reset
                 clearFieldAssignment(_rLogicalName);
-                return;
+            }
+            return;
         }
 
         // Fields


More information about the Libreoffice-commits mailing list