diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-29 09:39:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-29 09:53:52 +0100 |
commit | a1dd2f55f24da4fa875a92eebf05c154528e1d74 (patch) | |
tree | ecd10e6aad8e1ac8e1691ae4fa0a40cfbdec8ff6 /sw/inc | |
parent | 8ee49e6e8f5c37682d776fac4bc01479733b9d76 (diff) |
loplugin:shouldreturnbool
return value is ignored by call site, so just drop it
Change-Id: Ibba9b6b898d3277a44ccf864ba302d97282bffff
Reviewed-on: https://gerrit.libreoffice.org/62494
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-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 b9e40d22d7c7..6bf34ba62f2c 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -337,7 +337,7 @@ public: /// Set size of draw objects. void SetObjRect( const SwRect& rRect ); - long BeginDrag( const Point *pPt, bool bProp ); + void BeginDrag( const Point *pPt, bool bProp ); void Drag ( const Point *pPt, bool bProp ); void EndDrag (); void BreakDrag(); |