summaryrefslogtreecommitdiffstats
path: root/include/svtools/ivctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r--include/svtools/ivctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 91dc5af86312..d3a02da88687 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -146,8 +146,8 @@ class SvxIconChoiceCtrlColumnInfo
sal_uInt16 nSubItem;
public:
- SvxIconChoiceCtrlColumnInfo( long nWd ) :
- nWidth( nWd ), nSubItem( 0 ) {}
+ SvxIconChoiceCtrlColumnInfo() :
+ nWidth( 100 ), nSubItem( 0 ) {}
SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtrlColumnInfo& );
void SetWidth( long nWd ) { nWidth = nWd; }