From 31d7894d8b0a08fca8bf8b08c2c0296b48b64f5f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 19 Sep 2017 15:50:14 +0200 Subject: unused aDDLastRectPos in SvxIconChoiceCtrl_Impl since commit bf2373daf50595c02741f63d941fda0462535d62 Date: Tue Jul 26 23:32:40 2011 +0200 callcatcher: remove unused methods Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f --- svtools/source/contnr/imivctl.hxx | 1 - svtools/source/contnr/imivctl1.cxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx index 1684d2290836..5b8c816eb1f8 100644 --- a/svtools/source/contnr/imivctl.hxx +++ b/svtools/source/contnr/imivctl.hxx @@ -167,7 +167,6 @@ class SvxIconChoiceCtrl_Impl Size aImageSize; Size aDefaultTextSize; Size aOutputSize; // Pixel - Point aDDLastRectPos; VclPtr pView; IcnCursor_Impl* pImpCursor; IcnGridMap_Impl* pGridMap; diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx index c1d96f4e8cc2..424b080ff213 100644 --- a/svtools/source/contnr/imivctl1.cxx +++ b/svtools/source/contnr/imivctl1.cxx @@ -2024,7 +2024,7 @@ void SvxIconChoiceCtrl_Impl::HideDDIcon() { Size aSize( pDDDev->GetOutputSizePixel() ); // restore pView - pView->DrawOutDev( aDDLastRectPos, aSize, Point(), aSize, *pDDDev ); + pView->DrawOutDev( Point(), aSize, Point(), aSize, *pDDDev ); } pDDBufDev = pDDDev; pDDDev = nullptr; -- cgit