diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-02 11:57:37 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-02 11:57:37 +0000 |
commit | 84d83710fd5a7fd2059a9a1bdd7cf1eead7c1eee (patch) | |
tree | f25070183296a1faad7385d80c2ee12a4e0fa9a1 /connectivity/source/drivers/adabas/BUser.cxx | |
parent | a091593c36ec75b8683279dd8fce2266d2056b31 (diff) |
some changes for ref vector and some typedefs
Diffstat (limited to 'connectivity/source/drivers/adabas/BUser.cxx')
-rw-r--r-- | connectivity/source/drivers/adabas/BUser.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BUser.cxx b/connectivity/source/drivers/adabas/BUser.cxx index 22ed4adf08a0..e25294984e67 100644 --- a/connectivity/source/drivers/adabas/BUser.cxx +++ b/connectivity/source/drivers/adabas/BUser.cxx @@ -2,9 +2,9 @@ * * $RCSfile: BUser.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-11-03 14:08:03 $ + * 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 @@ -114,7 +114,7 @@ void OAdabasUser::refreshGroups() if(!m_pConnection) return; - ::std::vector< ::rtl::OUString> aVector; + TStringVector aVector; Reference< XStatement > xStmt = m_pConnection->createStatement( ); ::rtl::OUString aSql = ::rtl::OUString::createFromAscii("SELECT DISTINCT GROUPNAME FROM DOMAIN.USERS WHERE GROUPNAME IS NOT NULL AND GROUPNAME <> ' ' AND USERNAME = '"); aSql += getName( ); |