summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/toolkit/ivctrl.hxx13
1 files changed, 0 insertions, 13 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: