summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 11:36:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:44 +0100
commit0f513b1f80a0c176cb3d460943d605f0b6fb0def (patch)
tree97df3eae7181240c95998d79d93854a0b0bbc7ed /connectivity
parent2630d44085ae3d5eb5ae10c9588a92635ed43b2e (diff)
-Werror,-Woverloaded-virtual
Change-Id: I40a88271b32d81f5857dd41b237e2c486c7059a0
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/ado/APreparedStatement.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx
index 7d0b22d87831..b9f2b45a6bcc 100644
--- a/connectivity/source/inc/ado/APreparedStatement.hxx
+++ b/connectivity/source/inc/ado/APreparedStatement.hxx
@@ -71,8 +71,11 @@ namespace connectivity
// XPreparedStatement
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
+ using OStatement_Base::executeQuery;
virtual sal_Int32 SAL_CALL executeUpdate( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
+ using OStatement_Base::executeUpdate;
virtual sal_Bool SAL_CALL execute( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
+ using OStatement_Base::execute;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
// XParameters
virtual void SAL_CALL setNull( sal_Int32 parameterIndex, sal_Int32 sqlType ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);