summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AIndexes.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-02 11:57:37 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-02 11:57:37 +0000
commit84d83710fd5a7fd2059a9a1bdd7cf1eead7c1eee (patch)
treef25070183296a1faad7385d80c2ee12a4e0fa9a1 /connectivity/source/inc/ado/AIndexes.hxx
parenta091593c36ec75b8683279dd8fce2266d2056b31 (diff)
some changes for ref vector and some typedefs
Diffstat (limited to 'connectivity/source/inc/ado/AIndexes.hxx')
-rw-r--r--connectivity/source/inc/ado/AIndexes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/AIndexes.hxx b/connectivity/source/inc/ado/AIndexes.hxx
index 999be17faf15..4f202646f1d7 100644
--- a/connectivity/source/inc/ado/AIndexes.hxx
+++ b/connectivity/source/inc/ado/AIndexes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AIndexes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-12 12:32:56 $
+ * last change: $Author: oj $ $Date: 2001-05-02 12:52:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ namespace connectivity
public:
OIndexes(::cppu::OWeakObject& _rParent,
::osl::Mutex& _rMutex,
- const ::std::vector< ::rtl::OUString> &_rVector,
+ const TStringVector &_rVector,
ADOIndexes* _pCollection,
sal_Bool _bCase,
OConnection* _pConnection)