diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-09 21:59:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 11:25:48 +0200 |
commit | 4f00dce2b3f08aea41390786ffdaa29179598dec (patch) | |
tree | 8c18606f958f696f9b64e0ed4c519e24c5e7fe72 /test | |
parent | 9168952759630e9fe41e478bd94dd6e0a709619d (diff) |
Use IMPL_[STATIC_]LINK_NOARG where applicable
Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752
Diffstat (limited to 'test')
-rw-r--r-- | test/source/vclbootstrapprotector.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<css::uno::XComponentContext> context; try { context = comphelper::getProcessComponentContext(); |