Kaydet (Commit) 8bfde0c1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I6a772c32071a85579861e9f2c03f7664032ff643
üst 5170d822
...@@ -138,7 +138,6 @@ public: ...@@ -138,7 +138,6 @@ public:
inline void SetVisibilityListener( const Link& aVisListener ) { aVisibilityListener = aVisListener; } inline void SetVisibilityListener( const Link& aVisListener ) { aVisibilityListener = aVisListener; }
void SetDefaultStyle( const OUString& rDefault ) { sDefaultStyle = rDefault; } void SetDefaultStyle( const OUString& rDefault ) { sDefaultStyle = rDefault; }
DECL_STATIC_LINK( SvxStyleBox_Impl, FocusHdl_Impl, Control* );
protected: protected:
virtual void Select() SAL_OVERRIDE; virtual void Select() SAL_OVERRIDE;
...@@ -661,14 +660,6 @@ void SvxStyleBox_Impl::UserDraw( const UserDrawEvent& rUDEvt ) ...@@ -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 ) static bool lcl_GetDocFontList( const FontList** ppFontList, SvxFontNameBox_Impl* pBox )
{ {
bool bChanged = false; bool bChanged = false;
......
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