diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-19 15:50:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-20 08:42:30 +0200 |
commit | 31d7894d8b0a08fca8bf8b08c2c0296b48b64f5f (patch) | |
tree | 93c443e20eca91da6b8cd22133842c43858703e5 /svtools/source | |
parent | dff3e4887d1aa99801fdc70cd6253fb490617407 (diff) |
unused aDDLastRectPos in SvxIconChoiceCtrl_Impl
since
commit bf2373daf50595c02741f63d941fda0462535d62
Date: Tue Jul 26 23:32:40 2011 +0200
callcatcher: remove unused methods
Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/contnr/imivctl.hxx | 1 | ||||
-rw-r--r-- | svtools/source/contnr/imivctl1.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
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<SvtIconChoiceCtrl> 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; |