summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sdbcx/VIndex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/sdbcx/VIndex.hxx')
-rw-r--r--connectivity/inc/connectivity/sdbcx/VIndex.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VIndex.hxx b/connectivity/inc/connectivity/sdbcx/VIndex.hxx
index 289f389a73d6..f95cd167e1c2 100644
--- a/connectivity/inc/connectivity/sdbcx/VIndex.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VIndex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VIndex.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
@@ -81,8 +81,11 @@
#ifndef _CPPUHELPER_COMPBASE2_HXX_
#include <cppuhelper/compbase2.hxx>
#endif
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
-#include "connectivity/CommonTools.hxx"
+//#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
+//#include "connectivity/CommonTools.hxx"
+//#endif
+#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
+#include <comphelper/broadcasthelper.hxx>
#endif
#ifndef _CONNECTIVITY_SDBCX_COLLECTION_HXX_
#include "connectivity/sdbcx/VCollection.hxx"
@@ -105,7 +108,7 @@ namespace connectivity
namespace sdbcx
{
- class OIndex : public OBaseMutex,
+ class OIndex : public comphelper::OBaseMutex,
public OColumns_BASE,
public IRefreshableColumns,
public ::comphelper::OPropertyArrayUsageHelper<OIndex>,