summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-14 15:17:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-19 10:46:02 +0200
commit5e319087ac0ab7533e4ae1554d9a38ef08fac5d5 (patch)
tree8cfca0c00aeb0045dbe792d71807a91bbb038a58 /sw/inc
parentc0ee80f9787bc5e86fb7a342b567c0649253e1e3 (diff)
the drag functions return values are ignored
Change-Id: Ife694a0d04d80808f227bd8ea7d8545d732d77c2 Reviewed-on: https://gerrit.libreoffice.org/54323 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index e530385297cc..b84ce9310fb8 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -338,7 +338,7 @@ public:
void SetObjRect( const SwRect& rRect );
long BeginDrag( const Point *pPt, bool bProp );
- long Drag ( const Point *pPt, bool bProp );
+ void Drag ( const Point *pPt, bool bProp );
void EndDrag ();
void BreakDrag();