summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-10 11:24:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 12:06:16 +0200
commit6dc42c82bade7ed1cf2cf142ab9137ad8f98e188 (patch)
tree489b02b29518b64bd0476da720045a6aa1610969 /chart2
parent892cb24be673e8441a75bdde950c2087a24bdf74 (diff)
Use IMPL_LINK_NOARG[_TYPED] where applicable
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar.cxx2
1 files changed, 1 insertions, 1 deletions
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;