diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-25 10:24:43 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-25 10:24:43 +0000 |
commit | 81d53b1459dc1a1b3e38d019f0055cc7285899a1 (patch) | |
tree | 74a96ff817adedee22516b102f6158e19451a902 /connectivity/source/inc/file/FResultSet.hxx | |
parent | 93346bbb8f4ddf22dc5388b640fc5a6f64fb1406 (diff) |
OBaseMutex has moved
Diffstat (limited to 'connectivity/source/inc/file/FResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/file/FResultSet.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx index 889882ebb6f0..3bf118d6de0a 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.6 $ + * $Revision: 1.7 $ * - * 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 @@ -239,7 +239,7 @@ OFILEKeyCompare(const void * elem1, const void * elem2); ::com::sun::star::lang::XServiceInfo, ::com::sun::star::lang::XUnoTunnel> OResultSet_BASE; - class OResultSet : public OBaseMutex, + class OResultSet : public comphelper::OBaseMutex, public OResultSet_BASE, public ::comphelper::OPropertyContainer, public ::comphelper::OPropertyArrayUsageHelper<OResultSet> |