diff options
Diffstat (limited to 'test/source/vclbootstrapprotector.cxx')
-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 b2991b1de898..d2671aaeee49 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_NOINSTANCE(Protector, deinitHook, void *, EMPTYARG) { +IMPL_STATIC_LINK(Protector, deinitHook, void *, EMPTYARG) { css::uno::Reference<css::uno::XComponentContext> context; try { context = comphelper::getProcessComponentContext(); |