summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docredln.cxx')
-rw-r--r--sw/source/core/doc/docredln.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 7644a107200e..74e2d1cf2557 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -1382,11 +1382,9 @@ void SwRangeRedline::CopyToSection()
pDoc->SetCopyIsMove( true );
// The IsRedlineMove() flag causes the behaviour of the
- // SwDoc::_CopyFlyInFly method to change, which will eventually be
- // called by the pDoc->Copy line below (through SwDoc::Copy_,
- // SwDoc::CopyWithFlyInFly). This rather obscure bugfix
- // apparently never really worked.
- pDoc->getIDocumentRedlineAccess().SetRedlineMove( pStt->nContent == 0 );
+ // DocumentContentOperationsManager::CopyFlyInFlyImpl() method to change,
+ // which will eventually be called by the CopyRange() below.
+ pDoc->getIDocumentRedlineAccess().SetRedlineMove(true);
if( pCSttNd )
{