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 <andr...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits