summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sdbcx/VColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/sdbcx/VColumn.hxx')
-rw-r--r--connectivity/inc/connectivity/sdbcx/VColumn.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VColumn.hxx b/connectivity/inc/connectivity/sdbcx/VColumn.hxx
index 217dec8e7c3d..ac90e089af71 100644
--- a/connectivity/inc/connectivity/sdbcx/VColumn.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VColumn.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-10-17 08:35:02 $
+ * last change: $Author: oj $ $Date: 2000-10-25 11:21:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,9 @@
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
#include "connectivity/CommonTools.hxx"
#endif
+#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
+#include <comphelper/broadcasthelper.hxx>
+#endif
#ifndef _CONNECTIVITY_SDBCX_DESCRIPTOR_HXX_
#include "connectivity/sdbcx/VDescriptor.hxx"
#endif
@@ -96,7 +99,7 @@ namespace connectivity
::com::sun::star::lang::XServiceInfo> OColumn_BASE;
- class OColumn : public OBaseMutex,
+ class OColumn : public comphelper::OBaseMutex,
public OColumn_BASE,
public ::comphelper::OPropertyArrayUsageHelper<OColumn>,
public ODescriptor