summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/AsynchronousCall.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/AsynchronousCall.cxx')
-rw-r--r--sfx2/source/sidebar/AsynchronousCall.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/AsynchronousCall.cxx b/sfx2/source/sidebar/AsynchronousCall.cxx
index 2806804efb4c..a4080fdffc01 100644
--- a/sfx2/source/sidebar/AsynchronousCall.cxx
+++ b/sfx2/source/sidebar/AsynchronousCall.cxx
@@ -56,7 +56,7 @@ void AsynchronousCall::CancelRequest()
}
}
-IMPL_LINK(AsynchronousCall, HandleUserCall, void*, EMPTYARG )
+IMPL_LINK_NOARG(AsynchronousCall, HandleUserCall )
{
mnCallId = 0;
if (maAction)