Tag: cws_src680_dba201b User: fs Date: 05/07/20 03:16:14 Modified: /dba/dbaccess/source/filter/xml/ xmlComponent.cxx
Log: spelling File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlComponent.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlComponent.cxx?r1=1.2.146.1&r2=1.2.146.2 Delta lines: +3 -3 ------------------- --- xmlComponent.cxx 11 Jul 2005 13:37:04 -0000 1.2.146.1 +++ xmlComponent.cxx 20 Jul 2005 10:16:10 -0000 1.2.146.2 @@ -2,9 +2,9 @@ * * $RCSfile: xmlComponent.cxx,v $ * - * $Revision: 1.2.146.1 $ + * $Revision: 1.2.146.2 $ * - * last change: $Author: fs $ $Date: 2005/07/11 13:37:04 $ + * last change: $Author: fs $ $Date: 2005/07/20 10:16:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -168,7 +168,7 @@ } catch(Exception&) { - OSL_ENSURE(0,"OXMLComponent::OXMLComponent -> exception catched"); + OSL_ENSURE( false, "OXMLComponent::OXMLComponent: caught an exception!" ); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
