summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/uibase/shells/drwbassh.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/uibase/shells/drwbassh.cxx b/sw/source/core/uibase/shells/drwbassh.cxx
index ef3aef3517aa..71ce949f9df6 100644
--- a/sw/source/core/uibase/shells/drwbassh.cxx
+++ b/sw/source/core/uibase/shells/drwbassh.cxx
@@ -120,7 +120,6 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq)
sal_Bool bAlignPossible = pSh->IsAlignPossible();
sal_Bool bTopParam = sal_True, bBottomParam = sal_True;
- bool bNotify = false;
bool bDone = false;
SfxBindings& rBind = GetView().GetViewFrame()->GetBindings();
@@ -400,7 +399,6 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq)
pSh->LeaveSelFrmMode();
// #105852# FME
}
- bNotify = true;
}
break;
@@ -602,9 +600,6 @@ void SwDrawBaseShell::Execute(SfxRequest &rReq)
pSh->SetModified();
else if (bChanged)
pSdrView->GetModel()->SetChanged(true);
- // 40220: After Delete from DrawObjecs over the API GPF through self-destruction
- if(bNotify)
- GetView().AttrChangedNotify(pSh); // Shell switch if applicable...
}
}