Kaydet (Commit) a98f12b0 authored tarafından Michael Stahl's avatar Michael Stahl

connectivity: try to fix build after f641fd15

Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5
üst cad4047e
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/sdbc/XMultipleResults.hpp> #include <com/sun/star/sdbc/XMultipleResults.hpp>
#include <cppuhelper/compbase5.hxx> #include <cppuhelper/compbase4.hxx>
namespace connectivity namespace connectivity
{ {
namespace mozab namespace mozab
{ {
typedef ::cppu::ImplHelper5< ::com::sun::star::sdbc::XPreparedStatement, typedef ::cppu::ImplHelper4< ::com::sun::star::sdbc::XPreparedStatement,
::com::sun::star::sdbc::XParameters, ::com::sun::star::sdbc::XParameters,
::com::sun::star::sdbc::XResultSetMetaDataSupplier, ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
::com::sun::star::lang::XServiceInfo> OPreparedStatement_BASE; ::com::sun::star::lang::XServiceInfo> OPreparedStatement_BASE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment