From 6dc42c82bade7ed1cf2cf142ab9137ad8f98e188 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 10 May 2015 11:24:40 +0200 Subject: Use IMPL_LINK_NOARG[_TYPED] where applicable Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495 --- chart2/source/controller/dialogs/res_ErrorBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index f9d8a4c0dee8..a49be4491672 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -340,7 +340,7 @@ void ErrorBarResources::UpdateControlStates() } } -IMPL_LINK( ErrorBarResources, CategoryChosen, void *, ) +IMPL_LINK_NOARG( ErrorBarResources, CategoryChosen ) { m_bErrorKindUnique = true; SvxChartKindError eOldError = m_eErrorKind; -- cgit