diff --git a/sw/source/core/undo/undel.cxx b/sw/source/core/undo/undel.cxx index 1e157a73ecb7..124389046e0a 100644 --- a/sw/source/core/undo/undel.cxx +++ b/sw/source/core/undo/undel.cxx @@ -747,7 +747,7 @@ void SwUndoDelete::UndoImpl(::sw::UndoRedoContext & rContext) SwNodeIndex aIdx( pDoc->GetNodes(), nCalcStt ); SwNode* pInsNd = &aIdx.GetNode(); - // code block so that SwPosition is detached when deleting a Node + { // code block so that SwPosition is detached when deleting a Node SwPosition aPos( aIdx ); if( !bDelFullPara ) {