diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-06-17 17:39:19 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-10-06 18:59:24 +0200 |
commit | f641fd1526159e4a0effc99776a495bfaa053a6e (patch) | |
tree | 6e53d762af702f5e6ba5db34df11f41478bf9e1d | |
parent | 220deb0a0ed7b3efa14088acdab0520709309105 (diff) |
mozab driver: don't pretend to implement an interface one does not
Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a
-rw-r--r-- | connectivity/source/drivers/mozab/MPreparedStatement.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.hxx b/connectivity/source/drivers/mozab/MPreparedStatement.hxx index 4ad17644f897..44134df06281 100644 --- a/connectivity/source/drivers/mozab/MPreparedStatement.hxx +++ b/connectivity/source/drivers/mozab/MPreparedStatement.hxx @@ -37,7 +37,6 @@ namespace connectivity typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, ::com::sun::star::sdbc::XParameters, ::com::sun::star::sdbc::XResultSetMetaDataSupplier, - ::com::sun::star::sdbc::XMultipleResults, ::com::sun::star::lang::XServiceInfo> OPreparedStatement_BASE; class OPreparedStatement : public OCommonStatement, |