svx/workben/pixelctl.cxx | 7 ------- 1 file changed, 7 deletions(-) New commits: commit 44c4ee3b8785ccf8e1bf465dd31e2779f281733b Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon May 19 17:32:49 2014 +0200
loplugin:unreffun Change-Id: I54aabdf4a373c3b7163bfc304ee270ab212d738a diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx index 28727ee..10fbe56 100644 --- a/svx/workben/pixelctl.cxx +++ b/svx/workben/pixelctl.cxx @@ -80,8 +80,6 @@ public: void Resize(); bool Close(); - - DECL_LINK( PixelCtlHdl, SvxPixelCtl* ); }; void Main() @@ -110,11 +108,6 @@ bool MyWin::Close() return bRet; } -IMPL_LINK( MyWin, PixelCtlHdl, SvxPixelCtl*, ) -{ - return 0; -} - void MyWin::MouseMove( const MouseEvent& rMEvt ) { WorkWindow::MouseMove( rMEvt ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits