diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 17:32:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-19 17:32:49 +0200 |
commit | 44c4ee3b8785ccf8e1bf465dd31e2779f281733b (patch) | |
tree | 90efce447fd011a8997c46583b333f1529a1be15 /svx/workben | |
parent | e77bb87b419567660e0a666b5b016e856f53242b (diff) |
loplugin:unreffun
Change-Id: I54aabdf4a373c3b7163bfc304ee270ab212d738a
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/pixelctl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx index 28727ee0e5ba..10fbe5670d56 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 ); |