diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/source/calc_unoapi_test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx index f80e65961a1b..6b9a1fffe4ec 100644 --- a/test/source/calc_unoapi_test.cxx +++ b/test/source/calc_unoapi_test.cxx @@ -31,7 +31,7 @@ void CalcUnoApiTest::setUp() void CalcUnoApiTest::tearDown() { uno::Reference< lang::XComponent >( m_xCalcComponent, UNO_QUERY_THROW )->dispose(); - test::BootstrapFixture::tearDown(); + UneApiTest::tearDown(); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |