From 3ca952ddb3ad78fca5d2ca14a3c7cb8417dec4c1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 May 2019 16:37:22 +0100 Subject: rename SvxGraphCtrlView back to GraphCtrlView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I658773f4fc0409a73de56301f5457fa1fb9e4a28 Reviewed-on: https://gerrit.libreoffice.org/72805 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/source/dialog/graphctl.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'svx/source/dialog') diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx index 60a2a306128a..606ad5fa478c 100644 --- a/svx/source/dialog/graphctl.cxx +++ b/svx/source/dialog/graphctl.cxx @@ -136,7 +136,7 @@ void SvxGraphCtrl::InitSdrModel() pModel->SetChanged( false ); // Creating a View - pView.reset(new SvxGraphCtrlView(*pModel, this)); + pView.reset(new GraphCtrlView(*pModel, this)); pView->SetWorkArea( tools::Rectangle( Point(), aGraphSize ) ); pView->EnableExtendedMouseEventDispatcher( true ); pView->ShowSdrPage(pView->GetModel()->GetPage(0)); @@ -780,7 +780,7 @@ namespace }; } -rtl::Reference SvxGraphCtrlView::CreateOverlayManager(OutputDevice& rDevice) const +rtl::Reference GraphCtrlView::CreateOverlayManager(OutputDevice& rDevice) const { assert(&rDevice == &rGraphCtrl.GetDrawingArea()->get_ref_device()); if (rDevice.GetOutDevType() == OUTDEV_VIRDEV) @@ -792,7 +792,7 @@ rtl::Reference SvxGraphCtrlView::CreateOverlayMana return SdrView::CreateOverlayManager(rDevice); } -void SvxGraphCtrlView::InvalidateOneWin(OutputDevice& rDevice) +void GraphCtrlView::InvalidateOneWin(OutputDevice& rDevice) { assert(&rDevice == &rGraphCtrl.GetDrawingArea()->get_ref_device()); if (rDevice.GetOutDevType() == OUTDEV_VIRDEV) @@ -803,7 +803,7 @@ void SvxGraphCtrlView::InvalidateOneWin(OutputDevice& rDevice) SdrView::InvalidateOneWin(rDevice); } -void SvxGraphCtrlView::InvalidateOneWin(OutputDevice& rDevice, const tools::Rectangle& rArea) +void GraphCtrlView::InvalidateOneWin(OutputDevice& rDevice, const tools::Rectangle& rArea) { assert(&rDevice == &rGraphCtrl.GetDrawingArea()->get_ref_device()); if (rDevice.GetOutDevType() == OUTDEV_VIRDEV) @@ -814,7 +814,7 @@ void SvxGraphCtrlView::InvalidateOneWin(OutputDevice& rDevice, const tools::Rect SdrView::InvalidateOneWin(rDevice, rArea); } -SvxGraphCtrlView::~SvxGraphCtrlView() +GraphCtrlView::~GraphCtrlView() { // turn SetOutputToWindow back off again before // turning back into our baseclass during dtoring -- cgit v1.2.3