diff options
Diffstat (limited to 'sw')
-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 58d28b238ee9..1cbe47147eda 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -4466,7 +4466,7 @@ bool DocumentContentOperationsManager::CopyImpl( SwPaM& rPam, SwPosition& rPos, else { // Reset the offset to 0 as it was before the insertion - pCopyPam->GetPoint()->nContent -= pCopyPam->GetPoint()->nContent; + pCopyPam->GetPoint()->nContent = 0; pCopyPam->GetPoint()->nNode++; // If the next node is a start node, then step back: the start node |