summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/file/FResultSet.cxx6
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx
index 90e4f36c6158..2e72fd9c260d 100644
--- a/connectivity/source/drivers/file/FResultSet.cxx
+++ b/connectivity/source/drivers/file/FResultSet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FResultSet.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2000-10-04 13:18:18 $
+ * last change: $Author: fs $ $Date: 2000-10-05 08:38:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,7 @@ using namespace com::sun::star::container;
IMPLEMENT_SERVICE_INFO(OResultSet,"com.sun.star.sdbcx.drivers.file.ResultSet","com.sun.star.sdbc.ResultSet");
// -------------------------------------------------------------------------
OResultSet::OResultSet(OStatement_Base* pStmt,OSQLParseTreeIterator& _aSQLIterator) : OResultSet_BASE(m_aMutex)
- ,connectivity::OSimplePropertyContainer(OResultSet_BASE::rBHelper)
+ ,::comphelper::OPropertyContainer(OResultSet_BASE::rBHelper)
,m_aStatement((OWeakObject*)pStmt)
,m_nRowPos(-1)
,m_bLastRecord(sal_False)
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index 1b9e788438bc..4edb7b1e65a8 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2000-09-29 15:30:09 $
+ * last change: $Author: fs $ $Date: 2000-10-05 08:38:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,7 @@ using namespace com::sun::star::sdbcx;
using namespace com::sun::star::container;
//------------------------------------------------------------------------------
OStatement_Base::OStatement_Base(OConnection* _pConnection ) : OStatement_BASE(m_aMutex)
- ,connectivity::OSimplePropertyContainer(OStatement_BASE::rBHelper)
+ ,::comphelper::OPropertyContainer(OStatement_BASE::rBHelper)
,rBHelper(OStatement_BASE::rBHelper)
,m_pConnection(_pConnection)
,m_pParseTree(NULL)