summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/cbutton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/cbutton.hxx')
-rw-r--r--sc/source/ui/inc/cbutton.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cbutton.hxx b/sc/source/ui/inc/cbutton.hxx
index a78d71e4eeba..4b6aaaedb99a 100644
--- a/sc/source/ui/inc/cbutton.hxx
+++ b/sc/source/ui/inc/cbutton.hxx
@@ -37,8 +37,8 @@ public:
void Draw( const Point& rAt,
const Size& rSize,
bool bState );
- void Draw( bool bState )
- { Draw( aBtnPos, aBtnSize, bState ); }
+ void Draw()
+ { Draw( aBtnPos, aBtnSize, false ); }
void SetOptSizePixel();