summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/cbuttonw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/cbuttonw.cxx')
-rw-r--r--sc/source/ui/cctrl/cbuttonw.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/cctrl/cbuttonw.cxx b/sc/source/ui/cctrl/cbuttonw.cxx
index 9dddba67b4db..d73d64aeaa8d 100644
--- a/sc/source/ui/cctrl/cbuttonw.cxx
+++ b/sc/source/ui/cctrl/cbuttonw.cxx
@@ -35,21 +35,15 @@ ScDDComboBoxButton::ScDDComboBoxButton( OutputDevice* pOutputDevice )
SetOptSizePixel();
}
-
-
ScDDComboBoxButton::~ScDDComboBoxButton()
{
}
-
-
void ScDDComboBoxButton::SetOutputDevice( OutputDevice* pOutputDevice )
{
pOut = pOutputDevice;
}
-
-
void ScDDComboBoxButton::SetOptSizePixel()
{
aBtnSize = pOut->LogicToPixel( Size(0,11), MAP_APPFONT );
@@ -57,8 +51,6 @@ void ScDDComboBoxButton::SetOptSizePixel()
aBtnSize.Width() = pOut->GetSettings().GetStyleSettings().GetScrollBarSize();
}
-
-
void ScDDComboBoxButton::Draw( const Point& rAt,
const Size& rSize,
bool bState,
@@ -116,8 +108,6 @@ void ScDDComboBoxButton::Draw( const Point& rAt,
pOut->SetFillColor();
}
-
-
void ScDDComboBoxButton::ImpDrawArrow( const Rectangle& rRect,
bool bState )
{
@@ -164,6 +154,4 @@ void ScDDComboBoxButton::ImpDrawArrow( const Rectangle& rRect,
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */