summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 21:40:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-23 13:03:59 +0000
commitf6924329e6d50edfa8d9c27292f5e402e7580a12 (patch)
tree064f5aa85def7f793c0044985f4b850b6115f514 /sw/source/uibase/wrtsh
parentd2a7abebf210cacf9ea357dd8b4a0772be7308df (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/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/wrtsh3.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/uibase/wrtsh/wrtsh3.cxx b/sw/source/uibase/wrtsh/wrtsh3.cxx
index a3ef19ea5a5f..c361896e89dd 100644
--- a/sw/source/uibase/wrtsh/wrtsh3.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh3.cxx
@@ -159,10 +159,9 @@ void SwWrtShell::ExecMacro( const SvxMacro& rMacro, OUString* pRet, SbxArray* pA
}
sal_uInt16 SwWrtShell::CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCallEvent,
- bool bChkPtr, SbxArray* pArgs,
- const Link<>* pCallBack )
+ bool bChkPtr, SbxArray* pArgs)
{
- return GetDoc()->CallEvent( nEvent, rCallEvent, bChkPtr, pArgs, pCallBack );
+ return GetDoc()->CallEvent( nEvent, rCallEvent, bChkPtr, pArgs );
}
// If a util::URL-Button is selected, return its util::URL