summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AKey.cxx
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/drivers/ado/AKey.cxx
parenta091593c36ec75b8683279dd8fce2266d2056b31 (diff)
some changes for ref vector and some typedefs
Diffstat (limited to 'connectivity/source/drivers/ado/AKey.cxx')
-rw-r--r--connectivity/source/drivers/ado/AKey.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AKey.cxx b/connectivity/source/drivers/ado/AKey.cxx
index 00135bc18927..a08153844b15 100644
--- a/connectivity/source/drivers/ado/AKey.cxx
+++ b/connectivity/source/drivers/ado/AKey.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AKey.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:11:26 $
+ * last change: $Author: oj $ $Date: 2001-05-02 12:57:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ OAdoKey::OAdoKey(sal_Bool _bCase,OConnection* _pConnection)
// -------------------------------------------------------------------------
void OAdoKey::refreshColumns()
{
- ::std::vector< ::rtl::OUString> aVector;
+ TStringVector aVector;
ADOColumns* pColumns = m_aKey.get_Columns();
if(pColumns)