Tag: cws_src680_dba24 User: fs Date: 05/02/10 08:52:08 Modified: /dba/dbaccess/source/core/api/ FilteredContainer.cxx
Log: grammar and debug diagnostics File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: FilteredContainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/FilteredContainer.cxx?r1=1.4.80.1&r2=1.4.80.2 Delta lines: +7 -4 ------------------- --- FilteredContainer.cxx 9 Feb 2005 08:12:57 -0000 1.4.80.1 +++ FilteredContainer.cxx 10 Feb 2005 16:52:05 -0000 1.4.80.2 @@ -2,9 +2,9 @@ * * $RCSfile: FilteredContainer.cxx,v $ * - * $Revision: 1.4.80.1 $ + * $Revision: 1.4.80.2 $ * - * last change: $Author: oj $ $Date: 2005/02/09 08:12:57 $ + * last change: $Author: fs $ $Date: 2005/02/10 16:52:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -272,6 +272,9 @@ sCatalog = xCurrentRow->getString(1); sSchema = xCurrentRow->getString(2); sName = xCurrentRow->getString(3); +#if OSL_DEBUG_LEVEL > 0 + ::rtl::OUString sTableType = xCurrentRow->getString(4); +#endif // we're not interested in the "wasNull", as the getStrings would return an empty string in // that case, which is sufficient here @@ -307,7 +310,7 @@ } catch (SQLException&) { - OSL_ENSURE(0,"OFilteredContainer::construct : catched an SQL-Exception !"); + OSL_ENSURE(0,"OFilteredContainer::construct: caught an SQL-Exception !"); disposing(); return; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
