diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2014-05-23 12:23:40 +0000 |
---|---|---|
committer | Oliver-Rainer Wittmann <orw@apache.org> | 2014-05-23 12:23:40 +0000 |
commit | a79b8bb279357f9a81fd8bb11a6b2c2be07f5d7a (patch) | |
tree | b0a72eff9b825306090d3c8b87e1d562905aaee7 /sw | |
parent | 8470308050cb5c71262fdf67ec689d628c9558e8 (diff) |
124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue 123389) causing serious endless loop
Notes
Notes:
prefer: 8c59c30153b8a67d9455d70a66b4a42c35120f97
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/txtedt.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx index febb5c8ec8d3..5d0d8318e1d7 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(); |