Tag: cws_src680_qiq User: fs Date: 06/05/12 04:12:35 Modified: /dba/dbaccess/source/ui/app/ AppControllerDnD.cxx
Log: WARNINGS_DURING_CONNECT with SQLContext, not SQLWarning File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.14.76.1&r2=1.14.76.2 Delta lines: +3 -3 ------------------- --- AppControllerDnD.cxx 11 May 2006 11:27:17 -0000 1.14.76.1 +++ AppControllerDnD.cxx 12 May 2006 11:12:31 -0000 1.14.76.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.14.76.1 $ + * $Revision: 1.14.76.2 $ * - * last change: $Author: fs $ $Date: 2006/05/11 11:27:17 $ + * last change: $Author: fs $ $Date: 2006/05/12 11:12:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -479,7 +479,7 @@ Any aWarnings( xConnectionWarnings->getWarnings() ); if ( aWarnings.hasValue() ) { - SQLWarning aContext; + SQLContext aContext; aContext.Message = String( ModuleRes( STR_WARNINGS_DURING_CONNECT ) ); aContext.NextException = aWarnings; showError( SQLExceptionInfo( aContext ) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
