From a98f12b0ad7a5ef30219bfdf4a3ab1507bcd0bec Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 7 Oct 2014 22:38:20 +0200 Subject: connectivity: try to fix build after f641fd15 Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5 --- connectivity/source/drivers/mozab/MPreparedStatement.hxx | 4 ++-- 1 file 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 #include #include -#include +#include 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; -- cgit