summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-21 09:14:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-22 20:21:55 +0200
commit55dda8e8d0a29ae150f58168d72ab2611ed2b8a8 (patch)
treec7aa7cf59e1e4fe12a8a66cac3080b09db4e0481 /include/test
parent6d8124e30c6ce38219ca323f9674f242c822c360 (diff)
convert Link<> to typed
Change-Id: I92df586295c11bc9e9276770656901c2e4e714b9
Diffstat (limited to 'include/test')
-rw-r--r--include/test/bootstrapfixture.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx
index 069e470be156..f44c5b82d21b 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -46,7 +46,7 @@ class OOO_DLLPUBLIC_TEST BootstrapFixture : public BootstrapFixtureBase
bool m_bAssertOnDialog;
public:
- DECL_STATIC_LINK( BootstrapFixture, ImplInitFilterHdl, ConvertData* );
+ DECL_STATIC_LINK_TYPED( BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool );
BootstrapFixture( bool bAssertOnDialog = true, bool bNeedUCB = true );
virtual ~BootstrapFixture();