summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KPreparedStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KPreparedStatement.hxx')
-rw-r--r--connectivity/source/drivers/kab/KPreparedStatement.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/KPreparedStatement.hxx b/connectivity/source/drivers/kab/KPreparedStatement.hxx
index a9ba3de46293..58f7ac377b06 100644
--- a/connectivity/source/drivers/kab/KPreparedStatement.hxx
+++ b/connectivity/source/drivers/kab/KPreparedStatement.hxx
@@ -25,17 +25,17 @@
#include <connectivity/FValue.hxx>
#include <com/sun/star/sdbc/XParameters.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase.hxx>
namespace connectivity
{
namespace kab
{
- typedef ::cppu::ImplInheritanceHelper4< KabCommonStatement,
- ::com::sun::star::sdbc::XPreparedStatement,
- ::com::sun::star::sdbc::XParameters,
- ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
- ::com::sun::star::lang::XServiceInfo> KabPreparedStatement_BASE;
+ typedef ::cppu::ImplInheritanceHelper< KabCommonStatement,
+ ::com::sun::star::sdbc::XPreparedStatement,
+ ::com::sun::star::sdbc::XParameters,
+ ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
+ ::com::sun::star::lang::XServiceInfo> KabPreparedStatement_BASE;
class KabPreparedStatement : public KabPreparedStatement_BASE
{