svx/source/tbxctrls/tbcontrl.cxx | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit 8bfde0c1a6275c396e43829619d17350ba68c151 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Aug 25 10:39:33 2014 +0200 loplugin:unreffun Change-Id: I6a772c32071a85579861e9f2c03f7664032ff643 diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 4c2e985..881dcb9 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -138,7 +138,6 @@ public: inline void SetVisibilityListener( const Link& aVisListener ) { aVisibilityListener = aVisListener; } void SetDefaultStyle( const OUString& rDefault ) { sDefaultStyle = rDefault; } - DECL_STATIC_LINK( SvxStyleBox_Impl, FocusHdl_Impl, Control* ); protected: virtual void Select() SAL_OVERRIDE; @@ -661,14 +660,6 @@ void SvxStyleBox_Impl::UserDraw( const UserDrawEvent& rUDEvt ) } } -IMPL_STATIC_LINK( SvxStyleBox_Impl, FocusHdl_Impl, Control*, _pCtrl ) -{ - (void)pThis; - if ( _pCtrl ) - _pCtrl->GrabFocus(); - return 0; -} - static bool lcl_GetDocFontList( const FontList** ppFontList, SvxFontNameBox_Impl* pBox ) { bool bChanged = false; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits