diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-05 22:59:19 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-06 00:59:23 +0900 |
commit | f7ebee38a3c5c6cb58f40109a213d449138ea987 (patch) | |
tree | b5083e38ec0c9881ce416bb54e5bcb16f4333641 /UnoControls | |
parent | eb9b8ebca49291797e655b50f64af2c2fa03434c (diff) |
removed dead code
Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/base/basecontainercontrol.cxx | 10 | ||||
-rw-r--r-- | UnoControls/source/controls/framecontrol.cxx | 22 |
2 files changed, 0 insertions, 32 deletions
diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index f219b3f5d108..02a0f53f4049 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -575,16 +575,6 @@ WindowDescriptor* BaseContainerControl::impl_getWindowDescriptor ( const Referen void BaseContainerControl::impl_paint ( sal_Int32 /*nX*/, sal_Int32 /*nY*/, const Reference< XGraphics > & /*rGraphics*/ ) { -/* - if (rGraphics.is()) - { - for ( size_t n = maControlInfoList.size(); n; ) - { - ControlInfo* pSearchControl = maControlInfoList[ --n ]; - pSearchControl->xControl->paint ( nX, nY, rGraphics ) ; - } - } -*/ } //____________________________________________________________________________________________________________ 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 |