summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:59:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:48 +0200
commit4f00dce2b3f08aea41390786ffdaa29179598dec (patch)
tree8c18606f958f696f9b64e0ed4c519e24c5e7fe72 /svx/source/sidebar/tools
parent9168952759630e9fe41e478bd94dd6e0a709619d (diff)
Use IMPL_[STATIC_]LINK_NOARG where applicable
Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752
Diffstat (limited to 'svx/source/sidebar/tools')
-rw-r--r--svx/source/sidebar/tools/Popup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/tools/Popup.cxx b/svx/source/sidebar/tools/Popup.cxx
index c1a04c3bc177..221af081cfb5 100644
--- a/svx/source/sidebar/tools/Popup.cxx
+++ b/svx/source/sidebar/tools/Popup.cxx
@@ -111,7 +111,7 @@ void Popup::CreateContainerAndControl()
mxControl.reset(maControlCreator(mxContainer.get()));
}
-IMPL_LINK(Popup, PopupModeEndHandler, void*, EMPTYARG)
+IMPL_LINK_NOARG(Popup, PopupModeEndHandler)
{
if (maPopupModeEndCallback)
maPopupModeEndCallback();