diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 17:51:28 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-11-09 17:51:28 +0100 |
commit | ed8c4decb3dbcd406f7deb59d9ae917337b46ebe (patch) | |
tree | aa3e21e1062912ebcbb2e63cefe2f79ae601ede3 /test | |
parent | 2062212d0a0152f4face80aee7a25048e0f5473b (diff) |
oups
Change-Id: I92eb65614b9c0afded3b9210208360a42747a34c
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 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: */ |