summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/commoncontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/commoncontrol.hxx')
-rw-r--r--extensions/source/propctrlr/commoncontrol.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/extensions/source/propctrlr/commoncontrol.hxx b/extensions/source/propctrlr/commoncontrol.hxx
index b74e985a766e..9b06ff02a60d 100644
--- a/extensions/source/propctrlr/commoncontrol.hxx
+++ b/extensions/source/propctrlr/commoncontrol.hxx
@@ -54,10 +54,6 @@ namespace pcr
/// sets a ControlHelper instance which some functionality is delegated to
inline virtual void setControlHelper( ControlHelper& _rControlHelper );
-
- protected:
- // Window overridables
- inline virtual bool PreNotify( NotifyEvent& rNEvt );
};
@@ -230,15 +226,6 @@ namespace pcr
}
- template< class WINDOW >
- inline bool ControlWindow< WINDOW >::PreNotify( NotifyEvent& rNEvt )
- {
- if ( m_pHelper && m_pHelper->handlePreNotify( rNEvt ) )
- return true;
- return WindowType::PreNotify( rNEvt );
- }
-
-
//= CommonBehaviourControl - implementation