summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdraw.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-10 16:11:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-11 09:53:32 +0200
commite6c4674418cd7423943599f3bd3cdf1643284690 (patch)
treee19e118da69c23d0d9ef450f42e76f845dbb9312 /sw/source/uibase/uiview/viewdraw.cxx
parente44efeea57c1925069b4c772adccd9b19b77cebb (diff)
SwCursorShell argument of AttrChangedNotify is unused
Change-Id: I1fde665dcb77d29cad7f6a5c12e82c1822cff022 Reviewed-on: https://gerrit.libreoffice.org/80621 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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 5b23eff34d18..6866b31cd3b1 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -221,7 +221,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
m_pWrtShell->EnterSelFrameMode();
LeaveDrawCreate();
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
return;
}
@@ -339,7 +339,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
auto pTempFuncPtr = pFuncPtr.get();
SetDrawFuncPtr(std::move(pFuncPtr));
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
pTempFuncPtr->Activate(nSlotId);
NoRotate();
@@ -382,7 +382,7 @@ void SwView::ExecDraw(SfxRequest& rReq)
if(bEndTextEdit && pSdrView && pSdrView->IsTextEdit())
pSdrView->SdrEndTextEdit( true );
- AttrChangedNotify(m_pWrtShell.get());
+ AttrChangedNotify(nullptr);
}
// End drawing