summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/resultset.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-11 10:21:40 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-11 10:21:40 +0000
commit780b7bb117d39e5d09c4452c28c25f0548241e33 (patch)
tree54e1260facff8dca483022fa627b4db4e34ecb4f /dbaccess/source/core/api/resultset.hxx
parent65f91bd7823742477c9dd2f3202dbe25d60d96b5 (diff)
replace unotools with comphelper
Diffstat (limited to 'dbaccess/source/core/api/resultset.hxx')
-rw-r--r--dbaccess/source/core/api/resultset.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/resultset.hxx b/dbaccess/source/core/api/resultset.hxx
index 11010fdff3db..f5d61a76e1e6 100644
--- a/dbaccess/source/core/api/resultset.hxx
+++ b/dbaccess/source/core/api/resultset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resultset.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:15:39 $
+ * last change: $Author: fs $ $Date: 2000-10-11 11:18:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,8 @@
#ifndef _CPPUHELPER_PROPSHLP_HXX
#include <cppuhelper/propshlp.hxx>
#endif
-#ifndef _UNOTOOLS_PROPERTY_ARRAY_HELPER_HXX_
-#include <unotools/proparrhlp.hxx>
+#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
+#include <comphelper/proparrhlp.hxx>
#endif
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
@@ -140,7 +140,7 @@ typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface>
class OResultSet : public connectivity::OBaseMutex,
public OResultSetBase,
public ::cppu::OPropertySetHelper,
- public ::utl::OPropertyArrayUsageHelper < OResultSet >
+ public ::comphelper::OPropertyArrayUsageHelper < OResultSet >
{
protected:
OWeakStatement m_aStatement;
@@ -183,7 +183,7 @@ public:
// com::sun::star::beans::XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException);
-// utl::OPropertyArrayUsageHelper
+// comphelper::OPropertyArrayUsageHelper
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
// cppu::OPropertySetHelper