[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source

Oliver-Rainer Wittmann orw at apache.org
Fri May 23 07:07:34 PDT 2014


 sw/source/core/txtnode/txtedt.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a79b8bb279357f9a81fd8bb11a6b2c2be07f5d7a
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri May 23 12:23:40 2014 +0000

    124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue 123389) causing serious endless loop

diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index febb5c8..5d0d831 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -640,8 +640,9 @@ void SwTxtNode::RstTxtAttr(
                     }
                 }
             }
-            ++i;
         }
+
+        ++i;
     }
 
     TryDeleteSwpHints();


More information about the Libreoffice-commits mailing list