diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 09:55:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 09:55:42 +0200 |
commit | 19b91e0d76df10646cd261431c7847e3447e08b1 (patch) | |
tree | 8570a55ce1faf716ebad680545d017201434e1a1 /cui/source/options | |
parent | 9f68d0a24bd0b85e325b3983a19331550bbdc1b1 (diff) |
Remove unused SvxControlFocusHelper
Change-Id: I3bdadb02918bf109e7e93ea0c7c709f018caed4a
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 ) |