diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 00:41:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 00:41:38 +0000 |
commit | aa94db62a69399944e77e50aff8d75184e6096b8 (patch) | |
tree | de6118299ea435a3535e9daaf2d39795618ce4c1 /connectivity/source/drivers | |
parent | 7d42e9e9a57ac8f80c2c16771abb00bb6073c02e (diff) |
INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
2005/11/07 14:43:43 fs 1.3.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/mozab/MCatalog.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mozab/MCatalog.cxx b/connectivity/source/drivers/mozab/MCatalog.cxx index e7583e804b93..766a254aa8b7 100644 --- a/connectivity/source/drivers/mozab/MCatalog.cxx +++ b/connectivity/source/drivers/mozab/MCatalog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MCatalog.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:15:18 $ + * last change: $Author: hr $ $Date: 2006-06-20 01:41:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,12 +87,8 @@ void OCatalog::refreshTables() { Reference< XRow > xRow(xResult,UNO_QUERY); ::rtl::OUString aName; - const ::rtl::OUString& sDot = OCatalog::getDot(); - while(xResult->next()) { - // aName = xRow->getString(2); - // aName += sDot; aName = xRow->getString(3); aVector.push_back(aName); } |