Author: orw
Date: Thu Jun 19 09:36:09 2014
New Revision: 1603785
URL: http://svn.apache.org/r1603785
Log:
124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for
issue 123389) causing serious endless loop
cherry-picked from trunk
Modified:
openoffice/branches/AOO410/ (props changed)
openoffice/branches/AOO410/main/ (props changed)
openoffice/branches/AOO410/main/sw/source/core/txtnode/txtedt.cxx
Propchange: openoffice/branches/AOO410/
------------------------------------------------------------------------------
Merged /openoffice/trunk:r1597076
Propchange: openoffice/branches/AOO410/main/
------------------------------------------------------------------------------
Merged /openoffice/trunk/main:r1597076
Modified: openoffice/branches/AOO410/main/sw/source/core/txtnode/txtedt.cxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sw/source/core/txtnode/txtedt.cxx?rev=1603785&r1=1603784&r2=1603785&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/sw/source/core/txtnode/txtedt.cxx (original)
+++ openoffice/branches/AOO410/main/sw/source/core/txtnode/txtedt.cxx Thu Jun
19 09:36:09 2014
@@ -640,8 +640,9 @@ void SwTxtNode::RstTxtAttr(
}
}
}
- ++i;
}
+
+ ++i;
}
TryDeleteSwpHints();