From ff31d8dff6bc44f0c4acf5ec3ba09392e8c356bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 28 May 2012 14:38:03 +0100 Subject: [PATCH] missing brace Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299 --- sw/source/core/undo/undel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {