summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewdraw.cxx')
-rw-r--r--sw/source/uibase/uiview/viewdraw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uiview/viewdraw.cxx b/sw/source/uibase/uiview/viewdraw.cxx
index 278fe1baf8c8..62f2842f0cb0 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -218,7 +218,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
m_pWrtShell->EnterSelFrameMode();
LeaveDrawCreate();
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
return;
}
@@ -336,7 +336,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
auto pTempFuncPtr = pFuncPtr.get();
SetDrawFuncPtr(std::move(pFuncPtr));
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
pTempFuncPtr->Activate(nSlotId);
NoRotate();
@@ -379,7 +379,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
if(bEndTextEdit && pSdrView && pSdrView->IsTextEdit())
pSdrView->SdrEndTextEdit( true );
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
}
// End drawing