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 --- dbaccess/source/ui/relationdesign/RelationController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/relationdesign/RelationController.cxx') diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx index 430d0a35aef0..6a88ef2f5417 100644 --- a/dbaccess/source/ui/relationdesign/RelationController.cxx +++ b/dbaccess/source/ui/relationdesign/RelationController.cxx @@ -467,7 +467,7 @@ void ORelationController::mergeData(const TTableConnectionData& _aConnectionData } } -IMPL_LINK( ORelationController, OnThreadFinished, void*, /*NOTINTERESTEDIN*/ ) +IMPL_LINK_NOARG( ORelationController, OnThreadFinished ) { ::SolarMutexGuard aSolarGuard; ::osl::MutexGuard aGuard( getMutex() ); -- cgit