summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 10:25:32 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-14 09:28:14 +0000
commita792aa2c48490e43f7460c7418048d32dc891a62 (patch)
tree2b61a0df59de37d020065bd66ccaf4550764737c /toolkit/inc
parentbd8e8db250f99445dc1a8baa7ffc6ddfe90fdf5b (diff)
loplugin:unusedmethods toolkit,package
Change-Id: I83618cd2fd12fb0c1691dc7255fc7192e68649cd Reviewed-on: https://gerrit.libreoffice.org/17031 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/helper/unowrapper.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx
index 15eab553a095..4243906a262b 100644
--- a/toolkit/inc/helper/unowrapper.hxx
+++ b/toolkit/inc/helper/unowrapper.hxx
@@ -56,22 +56,6 @@ public:
virtual void SetWindowInterface( vcl::Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer> xIFace ) SAL_OVERRIDE;
void WindowDestroyed( vcl::Window* pWindow ) SAL_OVERRIDE;
- void WindowEvent_Move( vcl::Window* pWindow );
- void WindowEvent_Resize( vcl::Window* pWindow );
- void WindowEvent_Show( vcl::Window* pWindow, bool bShow );
- void WindowEvent_Close( vcl::Window* pWindow );
- void WindowEvent_Minimize( vcl::Window* pWindow );
- void WindowEvent_Normalize( vcl::Window* pWindow );
- void WindowEvent_Activate( vcl::Window* pWindow, bool bActivated );
- void WindowEvent_MouseButtonUp( vcl::Window* pWindow, const MouseEvent& rEvt );
- void WindowEvent_MouseButtonDown( vcl::Window* pWindow, const MouseEvent& rEvt );
- void WindowEvent_MouseMove( vcl::Window* pWindow, const MouseEvent& rEvt );
- void WindowEvent_Command( vcl::Window* pWindow, const CommandEvent& rCEvt );
- void WindowEvent_KeyInput( vcl::Window* pWindow, const KeyEvent& rEvt );
- void WindowEvent_KeyUp( vcl::Window* pWindow, const KeyEvent& rEvt );
- void WindowEvent_GetFocus( vcl::Window* pWindow );
- void WindowEvent_LoseFocus( vcl::Window* pWindow );
- void WindowEvent_Paint( vcl::Window* pWindow, const Rectangle& rRect );
// Accessibility
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >