diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-22 15:21:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-22 21:54:38 +0200 |
commit | f482d8dbf856a9167db52144f343824fbac19310 (patch) | |
tree | b4c24f5a4b2b154fa51486eaa6b32949adcd7e11 /sw/inc/editsh.hxx | |
parent | e2e9e617c634d143cd193c223ea5dd73570ade3c (diff) |
pvs-studio: V763 Parameter always rewritten in function body before being used
Change-Id: Ifd3b8b2a66a2257220f0596d31f5b545d416c748
Reviewed-on: https://gerrit.libreoffice.org/62186
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b31fd2ce9943..36c33afa838b 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -786,7 +786,7 @@ public: static bool HasHyphIter(); void HandleCorrectionError(const OUString& aText, SwPosition aPos, sal_Int32 nBegin, - sal_Int32 nLen, SwPaM* pCursor, const Point* pPt, + sal_Int32 nLen, const Point* pPt, SwRect& rSelectRect); css::uno::Reference< css::linguistic2::XSpellAlternatives > GetCorrection( const Point* pPt, SwRect& rSelectRect ); |