diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-01 12:22:42 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-01 11:11:04 +0000 |
commit | 88e5fa24eab7b89e946a340e9cf75951cbbffd79 (patch) | |
tree | 4e76bfae2a8482f1f37625d8fbbe08fbb6486a1d /sw/inc/fesh.hxx | |
parent | 73480e7a18536b62d314929fbfe27a8f2c0a03cc (diff) |
loplugin:constantparam in sw
Change-Id: I68f1594ca3f647d055f5087def74452452f86910
Reviewed-on: https://gerrit.libreoffice.org/23718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index e11eba207bfb..9b6cf4f612ca 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -341,7 +341,7 @@ public: long BeginDrag( const Point *pPt, bool bProp ); long Drag ( const Point *pPt, bool bProp ); - void EndDrag ( const Point *pPt, bool bProp ); + void EndDrag ( const Point *pPt ); void BreakDrag(); /// Methods for status line. |