From 55dda8e8d0a29ae150f58168d72ab2611ed2b8a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Sep 2015 09:14:04 +0200 Subject: convert Link<> to typed Change-Id: I92df586295c11bc9e9276770656901c2e4e714b9 --- test/source/bootstrapfixture.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index eb50025a9fd1..45fb98a2fb93 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -233,10 +233,10 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor #endif } -IMPL_STATIC_LINK( - test::BootstrapFixture, ImplInitFilterHdl, ConvertData*, pData) +IMPL_STATIC_LINK_TYPED( + test::BootstrapFixture, ImplInitFilterHdl, ConvertData&, rData, bool) { - return GraphicFilter::GetGraphicFilter().GetFilterCallback().Call( pData ); + return GraphicFilter::GetGraphicFilter().GetFilterCallback().Call( &rData ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3