From 4f00dce2b3f08aea41390786ffdaa29179598dec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 21:59:01 +0200 Subject: Use IMPL_[STATIC_]LINK_NOARG where applicable Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752 --- test/source/vclbootstrapprotector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx index d2671aaeee49..2aad56303df6 100644 --- a/test/source/vclbootstrapprotector.cxx +++ b/test/source/vclbootstrapprotector.cxx @@ -63,7 +63,7 @@ private: // unobootstrapprotector) is called before InitVCL (above), but component // context is disposed (redundantly again in unobootstrapprotector) from within // DeInitVCL (cf. Desktop::DeInit, desktop/source/app/app.cxx): -IMPL_STATIC_LINK(Protector, deinitHook, void *, EMPTYARG) { +IMPL_STATIC_LINK_NOARG(Protector, deinitHook) { css::uno::Reference context; try { context = comphelper::getProcessComponentContext(); -- cgit