summaryrefslogtreecommitdiff
path: root/test/source/calc_unoapi_test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/calc_unoapi_test.cxx')
-rw-r--r--test/source/calc_unoapi_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx
index 8d7e218d9cda..f80e65961a1b 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();
- UnoApiTest::tearDown();
+ test::BootstrapFixture::tearDown();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */