diff options
-rw-r--r-- | sw/source/core/doc/DocumentContentOperationsManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index e28017d44aec..7aa04a808eaa 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -2415,7 +2415,7 @@ bool DocumentContentOperationsManager::MoveRange( SwPaM& rPaM, SwPosition& rPos, pContentStore->Restore(m_rDoc, pOrigNode->GetIndex()-SwNodeOffset(1), 0, true, false, eMode); } }); - pTNd->SplitContentNode(rPos, &restoreFunc)->GetTextNode(); + pTNd->SplitContentNode(rPos, &restoreFunc); //A new node was inserted before the orig pTNd and the content up to //rPos moved into it. The old node is returned with the remainder |