diff options
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optpath.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 218f814e97fb..0bab1a92168a 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -161,17 +161,6 @@ OUString Convert_Impl( const OUString& rValue ) return aReturn; } -// class SvxControlFocusHelper --------------------------------------------- - -bool SvxControlFocusHelper::Notify( NotifyEvent& rNEvt ) -{ - bool nRet = Control::Notify( rNEvt ); - - if ( m_pFocusCtrl && rNEvt.GetWindow() != m_pFocusCtrl && rNEvt.GetType() == MouseNotifyEvent::GETFOCUS ) - m_pFocusCtrl->GrabFocus(); - return nRet; -} - // functions ------------------------------------------------------------- bool IsMultiPath_Impl( const sal_uInt16 nIndex ) |