summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KDriver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KDriver.hxx')
-rw-r--r--connectivity/source/drivers/kab/KDriver.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/kab/KDriver.hxx b/connectivity/source/drivers/kab/KDriver.hxx
index 42cea307acbb..4ad311483ee2 100644
--- a/connectivity/source/drivers/kab/KDriver.hxx
+++ b/connectivity/source/drivers/kab/KDriver.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <comphelper/processfactory.hxx>
-#include <cppuhelper/compbase3.hxx>
+#include <cppuhelper/compbase.hxx>
#include <osl/module.h>
namespace connectivity
@@ -130,9 +130,9 @@ namespace connectivity
// = KabDriver
- typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XDriver,
- ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::frame::XTerminateListener > KDriver_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::sdbc::XDriver,
+ ::com::sun::star::lang::XServiceInfo,
+ ::com::sun::star::frame::XTerminateListener > KDriver_BASE;
class KabDriver : public KDriver_BASE
{
protected: