summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/resultset.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-26 08:44:07 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-26 08:44:07 +0000
commitd221ded9765bc1b5de74ab7ad3d8f22c860a80b8 (patch)
tree8ec0518d24ec4450e387f58eb94bed3f3ad1b40d /dbaccess/source/core/api/resultset.hxx
parentaac99c6bd434cc1879023d67eacf50880171c0b5 (diff)
OBaseMutex moved to comphelper
Diffstat (limited to 'dbaccess/source/core/api/resultset.hxx')
-rw-r--r--dbaccess/source/core/api/resultset.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/core/api/resultset.hxx b/dbaccess/source/core/api/resultset.hxx
index f5d61a76e1e6..a305b6f1c48c 100644
--- a/dbaccess/source/core/api/resultset.hxx
+++ b/dbaccess/source/core/api/resultset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resultset.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-11 11:18:12 $
+ * last change: $Author: oj $ $Date: 2000-10-26 09:44:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,8 +115,8 @@
#ifndef _DBA_COREAPI_COLUMN_HXX_
#include <column.hxx>
#endif
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
-#include <connectivity/CommonTools.hxx>
+#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
+#include <comphelper/broadcasthelper.hxx>
#endif
@@ -137,7 +137,7 @@ typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface>
//************************************************************
// OResultSet
//************************************************************
-class OResultSet : public connectivity::OBaseMutex,
+class OResultSet : public comphelper::OBaseMutex,
public OResultSetBase,
public ::cppu::OPropertySetHelper,
public ::comphelper::OPropertyArrayUsageHelper < OResultSet >