summaryrefslogtreecommitdiff
path: root/include/test/bootstrapfixture.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/bootstrapfixture.hxx')
-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 13cf1685fbab..628e7b754bfe 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -47,7 +47,7 @@ class OOO_DLLPUBLIC_TEST BootstrapFixture : public BootstrapFixtureBase
bool m_bAssertOnDialog;
public:
- DECL_STATIC_LINK_TYPED( BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool );
+ DECL_STATIC_LINK( BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool );
BootstrapFixture( bool bAssertOnDialog = true, bool bNeedUCB = true );
virtual ~BootstrapFixture() override;