unused aDDLastRectPos in SvxIconChoiceCtrl_Impl

since

    commit bf2373daf50595c02741f63d941fda0462535d62
    Date:   Tue Jul 26 23:32:40 2011 +0200
    callcatcher: remove unused methods

Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f
This commit is contained in:
Noel Grandin 2017-09-19 15:50:14 +02:00
parent dff3e4887d
commit 31d7894d8b
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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;