summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-07 22:38:20 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-07 22:38:55 +0200
commita98f12b0ad7a5ef30219bfdf4a3ab1507bcd0bec (patch)
treedd07a5cf72b0e6c6228c0881c3cf469f950fcd2f
parentcad4047e745878aa7541d3f17f41bfa2aa31ef3e (diff)
connectivity: try to fix build after f641fd15
Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.hxx b/connectivity/source/drivers/mozab/MPreparedStatement.hxx
index 44134df06281..94d3bc88a6f4 100644
--- a/connectivity/source/drivers/mozab/MPreparedStatement.hxx
+++ b/connectivity/source/drivers/mozab/MPreparedStatement.hxx
@@ -27,14 +27,14 @@
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/sdbc/XMultipleResults.hpp>
-#include <cppuhelper/compbase5.hxx>
+#include <cppuhelper/compbase4.hxx>
namespace connectivity
{
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::XResultSetMetaDataSupplier,
::com::sun::star::lang::XServiceInfo> OPreparedStatement_BASE;