summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vcl/toolkit/ivctrl.hxx13
-rw-r--r--vcl/source/control/ivctrl.cxx6
2 files changed, 0 insertions, 19 deletions
diff --git a/include/vcl/toolkit/ivctrl.hxx b/include/vcl/toolkit/ivctrl.hxx
index eb0513d44626..dca72871d724 100644
--- a/include/vcl/toolkit/ivctrl.hxx
+++ b/include/vcl/toolkit/ivctrl.hxx
@@ -125,19 +125,6 @@ public:
bool IsPosLocked() const { return bool(nFlags & SvxIconViewFlags::POS_LOCKED); }
};
-class SvxIconChoiceCtrlColumnInfo
-{
- tools::Long nWidth;
-
-public:
- SvxIconChoiceCtrlColumnInfo() :
- nWidth( 100 ) {}
- SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtrlColumnInfo& );
-
- void SetWidth( tools::Long nWd ) { nWidth = nWd; }
- tools::Long GetWidth() const { return nWidth; }
-};
-
/*
Window-Bits:
diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx
index c17a0caf359d..c20ce459487a 100644
--- a/vcl/source/control/ivctrl.cxx
+++ b/vcl/source/control/ivctrl.cxx
@@ -73,12 +73,6 @@ OUString SvxIconChoiceCtrlEntry::GetDisplayText() const
return MnemonicGenerator::EraseAllMnemonicChars( aText );
}
-
-SvxIconChoiceCtrlColumnInfo::SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtrlColumnInfo& rInfo )
-{
- nWidth = rInfo.nWidth;
-}
-
/*****************************************************************************
|
| class : SvtIconChoiceCtrl