From 9bb254fc85eea7615cf8b9fa3700754fbd4c971c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 21:35:10 +0200 Subject: NOINSTANCE is implied now in IMPL_STATIC_LINK... Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a --- test/source/bootstrapfixture.cxx | 2 +- test/source/vclbootstrapprotector.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index fe4823d4cd27..40a68ce1f694 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -221,7 +221,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor #endif } -IMPL_STATIC_LINK_NOINSTANCE( +IMPL_STATIC_LINK( test::BootstrapFixture, ImplInitFilterHdl, ConvertData*, pData) { return GraphicFilter::GetGraphicFilter().GetFilterCallback().Call( pData ); 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 context; try { context = comphelper::getProcessComponentContext(); -- cgit