summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx10
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx10
-rw-r--r--connectivity/source/inc/file/FStatement.hxx10
3 files changed, 15 insertions, 15 deletions
diff --git a/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx b/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx
index b071370f0b69..62d5b8d6c583 100644
--- a/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx
+++ b/connectivity/source/inc/dbase/DDatabaseMetaDataResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DDatabaseMetaDataResultSet.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:25 $
+ * last change: $Author: fs $ $Date: 2000-10-05 08:22:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,8 @@
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
#include "connectivity/CommonTools.hxx"
#endif
-#ifndef _CONNECTIVITY_SIMPLEPROPERTYCONTAINER_HXX_
-#include "connectivity/simplepropertycontainer.hxx"
+#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
+#include <comphelper/propertycontainer.hxx>
#endif
namespace connectivity
@@ -130,7 +130,7 @@ namespace connectivity
class ODatabaseMetaDataResultSet : public OBaseMutex,
public ODatabaseMetaDataResultSet_BASE,
- public connectivity::OSimplePropertyContainer,
+ public ::comphelper::OPropertyContainer,
public ::utl::OPropertyArrayUsageHelper<ODatabaseMetaDataResultSet>
{
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx
index cfbec96343d6..684185ee0f8c 100644
--- a/connectivity/source/inc/file/FResultSet.hxx
+++ b/connectivity/source/inc/file/FResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FResultSet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-10-04 13:19:21 $
+ * last change: $Author: fs $ $Date: 2000-10-05 08:23:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,8 @@
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
#include "connectivity/CommonTools.hxx"
#endif
-#ifndef _CONNECTIVITY_SIMPLEPROPERTYCONTAINER_HXX_
-#include "connectivity/simplepropertycontainer.hxx"
+#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
+#include <comphelper/propertycontainer.hxx>
#endif
#ifndef _CONNECTIVITY_FILE_FANALYZER_HXX_
#include "file/fanalyzer.hxx"
@@ -241,7 +241,7 @@ OFILEKeyCompare(const void * elem1, const void * elem2);
class OResultSet : public OBaseMutex,
public OResultSet_BASE,
- public connectivity::OSimplePropertyContainer,
+ public ::comphelper::OPropertyContainer,
public ::utl::OPropertyArrayUsageHelper<OResultSet>
{
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index b5a3ebbcee09..1ad2a572b2a9 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2000-09-29 15:05:41 $
+ * last change: $Author: fs $ $Date: 2000-10-05 08:23:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,8 +104,8 @@
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
-#ifndef _CONNECTIVITY_SIMPLEPROPERTYCONTAINER_HXX_
-#include "connectivity/simplepropertycontainer.hxx"
+#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
+#include <comphelper/propertycontainer.hxx>
#endif
#ifndef _CONNECTIVITY_FILE_FANALYZER_HXX_
#include "file/fanalyzer.hxx"
@@ -126,7 +126,7 @@ namespace connectivity
//**************************************************************
class OStatement_Base : public OBaseMutex,
public OStatement_BASE,
- public connectivity::OSimplePropertyContainer,
+ public ::comphelper::OPropertyContainer,
public ::utl::OPropertyArrayUsageHelper<OStatement_Base>
{