summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls/framecontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source/controls/framecontrol.cxx')
-rw-r--r--UnoControls/source/controls/framecontrol.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index 49f3ed81417d..0504a11a354a 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -426,28 +426,6 @@ IPropertyArrayHelper& FrameControl::getInfoHelper()
return *pInfo ;
}
-/*
-//--------------------------------------------------------------------------------------------------
-// start OConnectionPointContainerHelper
-//--------------------------------------------------------------------------------------------------
-Uik* FrameControl::getConnectionPointUiks ( sal_Int32* pCount ) const
-{
- static Uik szUiks[] =
- {
- ((XEventListener*)NULL)->getSmartUik (),
- ::getCppuType((const Reference< XPropertyChangeListener >*)0),
- ::getCppuType((const Reference< XVetoableChangeListener >*)0),
- ::getCppuType((const Reference< XPropertiesChangeListener >*)0)
- } ;
-
- *pCount = 4 ;
-
- return szUiks ;
-}
-//--------------------------------------------------------------------------------------------------
-// end OConnectionPointContainerHelper
-//--------------------------------------------------------------------------------------------------
-*/
//____________________________________________________________________________________________________________
// OPropertySetHelper