Tag: cws_src680_qiq User: fs Date: 06/05/10 07:24:41 Modified: /dba/dbaccess/source/core/misc/ warnings.cxx
Log: #i51143# convenience version of appendWarning File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: warnings.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/warnings.cxx?r1=1.2&r2=1.2.4.1 Delta lines: +8 -2 ------------------- --- warnings.cxx 4 May 2006 08:39:24 -0000 1.2 +++ warnings.cxx 10 May 2006 14:24:38 -0000 1.2.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: warnings.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.4.1 $ * - * last change: $Author: rt $ $Date: 2006/05/04 08:39:24 $ + * last change: $Author: fs $ $Date: 2006/05/10 14:24:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,6 +118,12 @@ if ( m_xExternalWarnings.is() ) m_xExternalWarnings->clearWarnings(); m_aOwnWarnings.clear(); + } + + //-------------------------------------------------------------------- + void WarningsContainer::appendWarning( const ::rtl::OUString& _rWarning, const sal_Char* _pAsciiSQLState, const Reference< XInterface >& _rxContext ) + { + appendWarning( SQLWarning( _rWarning, _rxContext, ::rtl::OUString::createFromAscii( _pAsciiSQLState ), 0, Any() ) ); } //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
