summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/column.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/column.hxx')
-rw-r--r--dbaccess/source/core/inc/column.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/dbaccess/source/core/inc/column.hxx b/dbaccess/source/core/inc/column.hxx
index 00f48ba4c541..8788f71d51b1 100644
--- a/dbaccess/source/core/inc/column.hxx
+++ b/dbaccess/source/core/inc/column.hxx
@@ -46,8 +46,7 @@
#include <connectivity/FValue.hxx>
#include <connectivity/TColumnsHelper.hxx>
#include <connectivity/sdbcx/IRefreshable.hxx>
-#include <cppuhelper/compbase2.hxx>
-#include <cppuhelper/compbase4.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/propshlp.hxx>
#include <osl/diagnose.h>
@@ -58,9 +57,9 @@ namespace dbaccess
// OColumn
- typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::container::XNamed
- > OColumnBase;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::lang::XServiceInfo,
+ ::com::sun::star::container::XNamed
+ > OColumnBase;
class OColumn :public comphelper::OBaseMutex
,public OColumnBase