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

Julien Nabet serval2412 at yahoo.fr
Thu May 22 14:44:18 PDT 2014


 connectivity/source/sdbcx/VCollection.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4ec60ac717bfc0ef30cc2755a99987d731c1dd1
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu May 22 23:43:49 2014 +0200

    Fix previous commit
    
    Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e

diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx
index 8081d15..9473d95 100644
--- a/connectivity/source/sdbcx/VCollection.cxx
+++ b/connectivity/source/sdbcx/VCollection.cxx
@@ -480,7 +480,7 @@ void SAL_CALL OCollection::release() throw()
 
 Type SAL_CALL OCollection::getElementType(  ) throw(RuntimeException, std::exception)
 {
-    returncppu::UnoType<XPropertySet>::get();
+    return cppu::UnoType<XPropertySet>::get();
 }
 
 sal_Bool SAL_CALL OCollection::hasElements(  ) throw(RuntimeException, std::exception)


More information about the Libreoffice-commits mailing list