missing brace
Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299
This commit is contained in:
@@ -747,7 +747,7 @@ void SwUndoDelete::UndoImpl(::sw::UndoRedoContext & rContext)
|
|||||||
SwNodeIndex aIdx( pDoc->GetNodes(), nCalcStt );
|
SwNodeIndex aIdx( pDoc->GetNodes(), nCalcStt );
|
||||||
SwNode* pInsNd = &aIdx.GetNode();
|
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 );
|
SwPosition aPos( aIdx );
|
||||||
if( !bDelFullPara )
|
if( !bDelFullPara )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user