diff options
Diffstat (limited to 'test/source/bootstrapfixture.cxx')
-rw-r--r-- | test/source/bootstrapfixture.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx index c27f22fb5c0b..fe4823d4cd27 100644 --- a/test/source/bootstrapfixture.cxx +++ b/test/source/bootstrapfixture.cxx @@ -67,7 +67,7 @@ void test_init_impl(bool bAssertOnDialog, bool bNeedUCB, // Make GraphicConverter work, normally done in desktop::Desktop::Main() Application::SetFilterHdl( - STATIC_LINK(0, test::BootstrapFixture, ImplInitFilterHdl)); + LINK(0, test::BootstrapFixture, ImplInitFilterHdl)); if (bNeedUCB) { |