summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-22 23:43:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-22 23:43:49 +0200
commite4ec60ac717bfc0ef30cc2755a99987d731c1dd1 (patch)
tree7c6143c176d05e4fe7674d4a0349e0440ad8802e /connectivity
parentb09b5f8f7cfd2d7f3125dab93ebe996c160e1e0c (diff)
Fix previous commit
Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx
index 8081d15f42d3..9473d9516e2b 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)