From 5ef22c17a05ab161abc591f195158da5e4e9359e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 20 Sep 2018 17:09:57 +0100 Subject: drop dead PointChanged variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie467c3aa1787902364f545a13ab3b4d0e4bbdbb2 Reviewed-on: https://gerrit.libreoffice.org/60831 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/inc/transfrm.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cui/source/inc/transfrm.hxx') diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx index c04dd42c02f3..a7abbf793962 100644 --- a/cui/source/inc/transfrm.hxx +++ b/cui/source/inc/transfrm.hxx @@ -146,8 +146,7 @@ public: virtual void ActivatePage( const SfxItemSet& rSet ) override; virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; - virtual void PointChanged( weld::DrawingArea* pWindow, RectPoint eRP ) override; - virtual void PointChanged( vcl::Window* pWindow, RectPoint eRP ) override; + virtual void PointChanged(weld::DrawingArea* pWindow, RectPoint eRP) override; void Construct(); void SetView( const SdrView* pSdrView ) { mpView = pSdrView; } @@ -207,7 +206,6 @@ public: virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; virtual void PointChanged(weld::DrawingArea* pWindow, RectPoint eRP) override; - virtual void PointChanged(vcl::Window* pWindow, RectPoint eRP) override; void Construct(); void SetView( const SdrView* pSdrView ) { pView = pSdrView; } -- cgit