Tag: cws_src680_qiq User: fs Date: 06/05/19 03:53:08 Modified: /dba/dbaccess/source/ui/misc/ singledoccontroller.cxx
Log: signature of SQLExceptionIteratorHelper ctor changed during #i51143# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: singledoccontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/singledoccontroller.cxx?r1=1.16.118.1&r2=1.16.118.2 Delta lines: +3 -3 ------------------- --- singledoccontroller.cxx 17 May 2006 11:48:37 -0000 1.16.118.1 +++ singledoccontroller.cxx 19 May 2006 10:53:05 -0000 1.16.118.2 @@ -4,9 +4,9 @@ * * $RCSfile: singledoccontroller.cxx,v $ * - * $Revision: 1.16.118.1 $ + * $Revision: 1.16.118.2 $ * - * last change: $Author: fs $ $Date: 2006/05/17 11:48:37 $ + * last change: $Author: fs $ $Date: 2006/05/19 10:53:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -378,7 +378,7 @@ DBG_ASSERT(::dbtools::SQLExceptionInfo(_rChainLeft).isValid(), "concatSQLExceptions: invalid warnings chain (this will crash)!"); const SQLException* pChainTravel = static_cast<const SQLException*>(_rChainLeft.getValue()); - ::dbtools::SQLExceptionIteratorHelper aReferenceIterHelper(pChainTravel); + ::dbtools::SQLExceptionIteratorHelper aReferenceIterHelper(*pChainTravel); while (aReferenceIterHelper.hasMoreElements()) pChainTravel = aReferenceIterHelper.next(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
