summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-06 09:55:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-06 09:55:42 +0200
commit19b91e0d76df10646cd261431c7847e3447e08b1 (patch)
tree8570a55ce1faf716ebad680545d017201434e1a1 /cui/source/options
parent9f68d0a24bd0b85e325b3983a19331550bbdc1b1 (diff)
Remove unused SvxControlFocusHelper
Change-Id: I3bdadb02918bf109e7e93ea0c7c709f018caed4a
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optpath.cxx11
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 )