Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/19 03:17:45 Modified: dba/dbaccess/source/core/api/TableDeco.cxx
Log: corrected assertion File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: TableDeco.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/TableDeco.cxx?r1=1.29&r2=1.29.16.1 Delta lines: +4 -4 ------------------- --- TableDeco.cxx 17 Sep 2006 06:33:25 -0000 1.29 +++ TableDeco.cxx 19 Oct 2006 10:17:43 -0000 1.29.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableDeco.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.29.16.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:33:25 $ + * last change: $Author: fs $ $Date: 2006/10/19 10:17:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -615,7 +615,7 @@ catch(const SQLException& e) { (void)e; - DBG_ERROR("ODBTableDecorator::ODBTableDecorator : could not collect the privileges !"); + DBG_ERROR("ODBTableDecorator::fillPrivileges: could not collect the privileges !"); } } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
