summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ctrlbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 5782394d030c..eedb574af60e 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -469,7 +469,7 @@ public:
void EnablePtRelativeMode( short nMin = -200, short nMax = 200,
short nStep = 10 );
bool IsRelativeMode() const { return bRelativeMode; }
- void SetRelative( bool bRelative = false );
+ void SetRelative( bool bRelative );
bool IsRelative() const { return bRelative; }
void SetPtRelative( bool bPtRel = true )
{ bPtRelative = bPtRel; SetRelative( true ); }