summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/ivctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/ivctrl.cxx')
-rw-r--r--svtools/source/contnr/ivctrl.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx
index e5f6919b21f8..9d7a6d564fa7 100644
--- a/svtools/source/contnr/ivctrl.cxx
+++ b/svtools/source/contnr/ivctrl.cxx
@@ -89,21 +89,6 @@ SvtIconChoiceCtrl::SvtIconChoiceCtrl( Window* pParent, WinBits nWinStyle ) :
_pImp->SetPositionMode( IcnViewPositionModeAutoArrange );
}
-SvtIconChoiceCtrl::SvtIconChoiceCtrl( Window* pParent, const ResId& rResId ) :
-
- Control( pParent, rResId ),
-
- _pCurKeyEvent ( NULL ),
- _pImp ( new SvxIconChoiceCtrl_Impl( this, WB_BORDER ) ),
- _bAutoFontColor ( sal_False )
-
-{
- SetLineColor();
- _pImp->SetGrid( Size( 100, 70 ) );
- _pImp->InitSettings();
- _pImp->SetPositionMode( IcnViewPositionModeAutoArrange );
-}
-
SvtIconChoiceCtrl::~SvtIconChoiceCtrl()
{
_pImp->CallEventListeners( VCLEVENT_OBJECT_DYING );