Kaydet (Commit) 31d7894d authored tarafından Noel Grandin's avatar Noel Grandin

unused aDDLastRectPos in SvxIconChoiceCtrl_Impl

since

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

Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f
üst dff3e488
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment