summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FStatement.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-25 10:24:43 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-25 10:24:43 +0000
commit81d53b1459dc1a1b3e38d019f0055cc7285899a1 (patch)
tree74a96ff817adedee22516b102f6158e19451a902 /connectivity/source/inc/file/FStatement.hxx
parent93346bbb8f4ddf22dc5388b640fc5a6f64fb1406 (diff)
OBaseMutex has moved
Diffstat (limited to 'connectivity/source/inc/file/FStatement.hxx')
-rw-r--r--connectivity/source/inc/file/FStatement.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index a967a995562e..37c1c7e37b8e 100644
--- a/connectivity/source/inc/file/FStatement.hxx
+++ b/connectivity/source/inc/file/FStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2000-10-11 10:09:53 $
+ * last change: $Author: oj $ $Date: 2000-10-25 11:24:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,6 +110,9 @@
#ifndef _CONNECTIVITY_FILE_FANALYZER_HXX_
#include "file/fanalyzer.hxx"
#endif
+#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
+#include <comphelper/broadcasthelper.hxx>
+#endif
namespace connectivity
{
@@ -124,7 +127,7 @@ namespace connectivity
//**************************************************************
//************ Class: java.sql.Statement
//**************************************************************
- class OStatement_Base : public OBaseMutex,
+ class OStatement_Base : public comphelper::OBaseMutex,
public OStatement_BASE,
public ::comphelper::OPropertyContainer,
public ::comphelper::OPropertyArrayUsageHelper<OStatement_Base>