[Libreoffice-commits] core.git: svx/workben

Stephan Bergmann sbergman at redhat.com
Mon May 19 08:33:31 PDT 2014


 svx/workben/pixelctl.cxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 44c4ee3b8785ccf8e1bf465dd31e2779f281733b
Author: Stephan Bergmann <sbergman at 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 );


More information about the Libreoffice-commits mailing list