diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 10:15:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 11:55:27 +0200 |
commit | 902d87147d779c84b4ea84ef7779897d89b1fab2 (patch) | |
tree | 3ed603fedf6db10111a3f47202d83c5b223eff65 /sw/inc/fesh.hxx | |
parent | bca55386e187e2cb4ab277a597a420f15c6cebcf (diff) |
loplugin:constparams in sw part3
Change-Id: I05ad3204af4e6ec3c832b185a1b35fdb75a229b2
Reviewed-on: https://gerrit.libreoffice.org/40760
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index cd4b562bd7da..a196e46b7fc0 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -391,7 +391,7 @@ public: bool IsFrameVertical(const bool bEnvironment, bool& bRightToLeft, bool& bVertL2R) const; SwFrameFormat* GetSelectedFrameFormat() const; ///< If frame then frame style, else 0. - void SetFrameFormat( SwFrameFormat *pFormat, bool bKeepOrient = false, Point* pDocPos = nullptr ); ///< If frame then set frame style. + void SetFrameFormat( SwFrameFormat *pFormat, bool bKeepOrient = false, Point const * pDocPos = nullptr ); ///< If frame then set frame style. // Get selected fly SwFlyFrame* GetSelectedFlyFrame() const; @@ -805,7 +805,7 @@ public: const Point& _rDocPos ); void ToggleHeaderFooterEdit( ); - static void SetLineEnds(SfxItemSet& rAttr, SdrObject* pObj, sal_uInt16 nSlotId); + static void SetLineEnds(SfxItemSet& rAttr, SdrObject const * pObj, sal_uInt16 nSlotId); }; void ClearFEShellTabCols(); |