mozab driver: don't pretend to implement an interface one does not

Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a
This commit is contained in:
Lionel Elie Mamane
2014-06-17 17:39:19 +02:00
parent 220deb0a0e
commit f641fd1526

View File

@@ -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,