summaryrefslogtreecommitdiff
path: root/include/svx/dlgctrl.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-04 08:43:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-04 13:57:38 +0100
commitc76c4e74810e152fa5a6befe73ce4167b6b98267 (patch)
treef3f5d59f48eb08ba5077b226c4c8eb56701151bb /include/svx/dlgctrl.hxx
parentd1232ee6b5e5cc3c811ef3ad72c83e9bd884bfe3 (diff)
loplugin:constantparam
Change-Id: Ia2fea86f940d0d2d1dba5ed56660584f3d3fb028 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105280 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r--include/svx/dlgctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 1aefcd2fff32..9787e025f915 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -102,7 +102,7 @@ protected:
Point GetApproxLogPtFromPixPt( const Point& rRoughPixelPoint ) const;
public:
- SvxRectCtl(SvxTabPage* pPage, RectPoint eRpt = RectPoint::MM, sal_uInt16 nBorder = 200);
+ SvxRectCtl(SvxTabPage* pPage);
void SetControlSettings(RectPoint eRpt, sal_uInt16 nBorder);
virtual ~SvxRectCtl() override;