Kaydet (Commit) bba3c941 authored tarafından Michael Stahl's avatar Michael Stahl

SwTxtNode::CopyText(): actually check hints of destination node too

Change-Id: I1bb883502ccd4c6fb5bdfd93f2fa5a04de0b2701
üst 80b13103
...@@ -1783,6 +1783,7 @@ void SwTxtNode::CopyText( SwTxtNode *const pDest, ...@@ -1783,6 +1783,7 @@ void SwTxtNode::CopyText( SwTxtNode *const pDest,
} }
CHECK_SWPHINTS(this); CHECK_SWPHINTS(this);
CHECK_SWPHINTS(pDest);
} }
OUString SwTxtNode::InsertText( const OUString & rStr, const SwIndex & rIdx, OUString SwTxtNode::InsertText( const OUString & rStr, const SwIndex & rIdx,
......
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