missing brace

Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
This commit is contained in:
Caolán McNamara
2012-05-28 14:38:03 +01:00
parent e03dcdbb4c
commit ff31d8dff6

View File

@@ -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 )
{