You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2014/05/23 14:23:40 UTC

svn commit: r1597076 - /openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx

Author: orw
Date: Fri May 23 12:23:40 2014
New Revision: 1597076

URL: http://svn.apache.org/r1597076
Log:
124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue 123389) causing serious endless loop


Modified:
    openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx

Modified: openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx?rev=1597076&r1=1597075&r2=1597076&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx (original)
+++ openoffice/trunk/main/sw/source/core/txtnode/txtedt.cxx Fri May 23 12:23:40 2014
@@ -640,8 +640,9 @@ void SwTxtNode::RstTxtAttr(
                     }
                 }
             }
-            ++i;
         }
+
+        ++i;
     }
 
     TryDeleteSwpHints();