summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sdbcx/VTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/sdbcx/VTable.hxx')
-rw-r--r--connectivity/inc/connectivity/sdbcx/VTable.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/connectivity/inc/connectivity/sdbcx/VTable.hxx b/connectivity/inc/connectivity/sdbcx/VTable.hxx
index eb8725376bc0..bbe5decf35b9 100644
--- a/connectivity/inc/connectivity/sdbcx/VTable.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VTable.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
@@ -90,9 +90,13 @@
#ifndef _CPPUHELPER_COMPBASE8_HXX_
#include <cppuhelper/compbase8.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"
#endif
@@ -121,7 +125,7 @@ namespace connectivity
::com::sun::star::lang::XServiceInfo> OTable_BASE;
- class OTable : public OBaseMutex,
+ class OTable : public comphelper::OBaseMutex,
public OTable_BASE,
public IRefreshableColumns,
public ::comphelper::OPropertyArrayUsageHelper<OTable>,