diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-08 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-09 06:43:43 +0000 |
commit | 8bfcb53c3d1389632fc7f1eca53d73187a489dfa (patch) | |
tree | efb8d68fc4600ea7585290757f78866c061234bf /svx/inc | |
parent | 976a4803e4cca4c5104c0ed60544a91a50ada012 (diff) |
loplugin:constantparam in svx
Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa
Reviewed-on: https://gerrit.libreoffice.org/28746
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/overlay/overlayrectangle.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svdibrow.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/svx/inc/sdr/overlay/overlayrectangle.hxx b/svx/inc/sdr/overlay/overlayrectangle.hxx index 289a8c1da37a..4531c08baad0 100644 --- a/svx/inc/sdr/overlay/overlayrectangle.hxx +++ b/svx/inc/sdr/overlay/overlayrectangle.hxx @@ -56,7 +56,6 @@ namespace sdr double fDiscreteGrow, double fDiscreteShrink, double fRotation, - sal_uInt64 nBlinkTime, bool bAnimate); // data read access diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index 11bd21a0093a..5a811a02b40e 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -69,7 +69,7 @@ protected: virtual Rectangle GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nIndex) override; virtual sal_Int32 GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _rPoint) override; public: - SdrItemBrowserControl(vcl::Window* pParent, WinBits nBits=WB_3DLOOK|WB_BORDER|WB_TABSTOP); + SdrItemBrowserControl(vcl::Window* pParent); virtual ~SdrItemBrowserControl(); virtual void dispose() override; void Clear(); |