[Libreoffice-commits] core.git: test/source

Lionel Elie Mamane lionel at mamane.lu
Sat Nov 9 17:52:09 CET 2013


 test/source/calc_unoapi_test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed8c4decb3dbcd406f7deb59d9ae917337b46ebe
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sat Nov 9 17:51:28 2013 +0100

    oups
    
    Change-Id: I92eb65614b9c0afded3b9210208360a42747a34c

diff --git a/test/source/calc_unoapi_test.cxx b/test/source/calc_unoapi_test.cxx
index 6b9a1ff..8d7e218 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: */


More information about the Libreoffice-commits mailing list