diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-05 07:38:52 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-05 07:38:52 +0000 |
commit | 59a91e9ebffef91bb1570846cba98ef4ca8e181e (patch) | |
tree | 43e396ad8b1965ea3db952491f8af25234ef64b2 /connectivity/source/drivers/file/FResultSet.cxx | |
parent | 4dc84d5a3e3fca814189d36cc214a6a33cec4dbe (diff) |
using comphelper::OPropertyContainer instead of connectivity::OSimplePropertyContainer
Diffstat (limited to 'connectivity/source/drivers/file/FResultSet.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FResultSet.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 90e4f36c61584..2e72fd9c260de 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) |