summaryrefslogtreecommitdiffstats
path: root/sw/source/core/undo/untbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/untbl.cxx')
-rw-r--r--sw/source/core/undo/untbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index f0fac20af855..7ca506fcb8fb 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -336,7 +336,7 @@ void SwUndoInsTable::RedoImpl(::sw::UndoRedoContext & rContext)
return;
SwPaM aPam( *pTableNode->EndOfSectionNode(), *pTableNode, SwNodeOffset(1) );
- SwContentNode* pCNd = aPam.GetContentNode( false );
+ SwContentNode* pCNd = aPam.GetMarkContentNode();
if( pCNd )
aPam.GetMark()->nContent.Assign( pCNd, 0 );