diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 21:40:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-23 13:03:59 +0000 |
commit | f6924329e6d50edfa8d9c27292f5e402e7580a12 (patch) | |
tree | 064f5aa85def7f793c0044985f4b850b6115f514 /sw/inc/doc.hxx | |
parent | d2a7abebf210cacf9ea357dd8b4a0772be7308df (diff) |
remove unused Link<> parameter
Change-Id: I9d8916b69e2e986ee1e30091cb046e7812a68ed1
Reviewed-on: https://gerrit.libreoffice.org/18795
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index e2966d200c89..2ddcc2d73ff9 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1403,8 +1403,7 @@ public: // Call into intransparent Basic / JavaScript. sal_uInt16 CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCallEvent, - bool bChkPtr = false, SbxArray* pArgs = 0, - const Link<>* pCallBack = 0 ); + bool bChkPtr = false, SbxArray* pArgs = 0 ); /** Adjust left margin via object bar (similar to adjustment of numerations). One can either change the margin "by" adding or subtracting a given |