[Libreoffice-commits] core.git: connectivity/source
Andrzej J.R. Hunt
andrzej at ahunt.org
Sun Aug 11 08:38:13 PDT 2013
connectivity/source/drivers/firebird/Connection.cxx | 2 +-
connectivity/source/drivers/firebird/Connection.hxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8d1842d4d549125a942c0ea17c2889881530f1c0
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sun Aug 11 16:34:08 2013 +0100
Don't change calling convention.
Change-Id: I7fb6aa3337983f6e9dd7adb6d92a47c258d0bebe
diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx
index 870e7b6..63daf08 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -763,7 +763,7 @@ void OConnection::clearStatements()
}
//----- XTablesSupplier ------------------------------------------------------
-uno::Reference< XNameAccess > OConnection::getTables()
+uno::Reference< XNameAccess > SAL_CALL OConnection::getTables()
throw (RuntimeException)
{
// TODO: IMPLEMENT ME PROPERLY
diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx
index 361ce23..d7a4f37 100644
--- a/connectivity/source/drivers/firebird/Connection.hxx
+++ b/connectivity/source/drivers/firebird/Connection.hxx
@@ -162,8 +162,8 @@ namespace connectivity
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException);
// XTablesSupplier
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
- getTables()
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
+ SAL_CALL getTables()
throw(::com::sun::star::uno::RuntimeException);
More information about the Libreoffice-commits
mailing list