summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6b9a1fffe4ec..8d7e218d9cda 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();
- UneApiTest::tearDown();
+ UnoApiTest::tearDown();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */