summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/itemconnect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/itemconnect.cxx')
-rw-r--r--sfx2/source/dialog/itemconnect.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx
index 3335f78d9080..7a0dded6cef4 100644
--- a/sfx2/source/dialog/itemconnect.cxx
+++ b/sfx2/source/dialog/itemconnect.cxx
@@ -129,34 +129,6 @@ void CheckBoxWrapper::SetControlValue( bool bValue )
}
-ColorListBoxWrapper::ColorListBoxWrapper(ColorListBox & rListBox):
- SingleControlWrapper< ColorListBox, Color >(rListBox)
-{}
-
-ColorListBoxWrapper::~ColorListBoxWrapper()
-{}
-
-bool ColorListBoxWrapper::IsControlDontKnow() const
-{
- return GetControl().GetSelectEntryCount() == 0;
-}
-
-void ColorListBoxWrapper::SetControlDontKnow( bool bSet )
-{
- if( bSet ) GetControl().SetNoSelection();
-}
-
-Color ColorListBoxWrapper::GetControlValue() const
-{
- return GetControl().GetSelectEntryColor();
-}
-
-void ColorListBoxWrapper::SetControlValue( Color aColor )
-{
- GetControl().SelectEntry( aColor );
-}
-
-
// Multi control wrappers