summaryrefslogtreecommitdiffstats
path: root/include/svx/relfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-01 12:44:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-02 07:32:17 +0000
commit175c49baef5d8dd3f7a28fec5a3dce956303dc42 (patch)
treec354cdcdd75bee54a9fbf6895fe9f801a107c27f /include/svx/relfld.hxx
parentRevert "tdf#101629: fix https://addons.mozilla.org/ case" (diff)
downloadcore-175c49baef5d8dd3f7a28fec5a3dce956303dc42.tar.gz
core-175c49baef5d8dd3f7a28fec5a3dce956303dc42.zip
loplugin:countusersofdefaultparams
Change-Id: I2ed581e58523ac8b52aa520f7a02f69f408665fe Reviewed-on: https://gerrit.libreoffice.org/28587 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
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; }