summaryrefslogtreecommitdiff
path: root/include/svx/relfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/relfld.hxx')
-rw-r--r--include/svx/relfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx
index ab2075724889..66525892e3f2 100644
--- a/include/svx/relfld.hxx
+++ b/include/svx/relfld.hxx
@@ -42,7 +42,7 @@ protected:
public:
SvxRelativeField(vcl::Window* pParent, WinBits nBits, FieldUnit eUnit);
- void EnableRelativeMode( sal_uInt16 nMin = 50, sal_uInt16 nMax = 150,
+ void EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax = 150,
sal_uInt16 nStep = 5 );
void SetRelative( bool bRelative );
bool IsRelative() const { return bRelative; }