Kaydet (Commit) a79b8bb2 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue…

124877: method <SwTxtNode::RstTxtAttr(..)> - correct refactoring (made for issue 123389) causing serious endless loop
üst 84703080
...@@ -640,8 +640,9 @@ void SwTxtNode::RstTxtAttr( ...@@ -640,8 +640,9 @@ void SwTxtNode::RstTxtAttr(
} }
} }
} }
++i;
} }
++i;
} }
TryDeleteSwpHints(); TryDeleteSwpHints();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment