missing brace
Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
This commit is contained in:
parent
e03dcdbb4c
commit
ff31d8dff6
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user