summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-11 09:10:28 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-11 09:10:28 +0000
commit83202a819dfe176093e8162d08e3aa848d0544b3 (patch)
tree987dd0e512675d56c691ba045ae55724abecf2e8 /connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx
parentf7a633e305b65470db201e4785ff583727554048 (diff)
replace unotools with comphelper
Diffstat (limited to 'connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx')
-rw-r--r--connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx
index 9c4523490c0c..bbf037865a32 100644
--- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx
+++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ADatabaseMetaDataResultSet.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-11 10:06:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,8 +92,8 @@
#ifndef _CPPUHELPER_COMPBASE7_HXX_
#include <cppuhelper/compbase7.hxx>
#endif
-#ifndef _UNOTOOLS_PROPERTY_ARRAY_HELPER_HXX_
-#include <unotools/proparrhlp.hxx>
+#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
+#include <comphelper/proparrhlp.hxx>
#endif
#ifndef _CONNECTIVITY_ADO_ASTATEMENT_HXX_
#include "ado/AStatement.hxx"
@@ -121,7 +121,7 @@ namespace connectivity
class ODatabaseMetaDataResultSet : public OBaseMutex,
public ODatabaseMetaDataResultSet_BASE,
public ::cppu::OPropertySetHelper,
- public ::utl::OPropertyArrayUsageHelper<ODatabaseMetaDataResultSet>
+ public ::comphelper::OPropertyArrayUsageHelper<ODatabaseMetaDataResultSet>
{
::std::vector<void*> m_aBindVector;
::std::vector<sal_Int32> m_aColMapping; // pos 0 is unused so we don't have to decrement 1 everytime