Kaydet (Commit) 44c4ee3b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I54aabdf4a373c3b7163bfc304ee270ab212d738a
üst e77bb87b
...@@ -80,8 +80,6 @@ public: ...@@ -80,8 +80,6 @@ public:
void Resize(); void Resize();
bool Close(); bool Close();
DECL_LINK( PixelCtlHdl, SvxPixelCtl* );
}; };
void Main() void Main()
...@@ -110,11 +108,6 @@ bool MyWin::Close() ...@@ -110,11 +108,6 @@ bool MyWin::Close()
return bRet; return bRet;
} }
IMPL_LINK( MyWin, PixelCtlHdl, SvxPixelCtl*, )
{
return 0;
}
void MyWin::MouseMove( const MouseEvent& rMEvt ) void MyWin::MouseMove( const MouseEvent& rMEvt )
{ {
WorkWindow::MouseMove( rMEvt ); WorkWindow::MouseMove( rMEvt );
......
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