Tag: cws_src680_qiq User: fs Date: 06/05/10 04:01:44 Modified: /dba/dbaccess/source/ui/uno/ unosqlmessage.cxx
Log: typo File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: unosqlmessage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/unosqlmessage.cxx?r1=1.10&r2=1.10.124.1 Delta lines: +5 -5 ------------------- --- unosqlmessage.cxx 8 Sep 2005 16:53:28 -0000 1.10 +++ unosqlmessage.cxx 10 May 2006 11:01:42 -0000 1.10.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: unosqlmessage.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.10.124.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 16:53:28 $ + * last change: $Author: fs $ $Date: 2006/05/10 11:01:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -167,9 +167,9 @@ Dialog* OSQLMessageDialog::createDialog(Window* _pParent) { if (m_aException.hasValue()) - return new OSQLMessageBox(_pParent, SQLExceptionInfo(m_aException)); + return new OSQLMessageBox( _pParent, SQLExceptionInfo( m_aException ) ); - OSL_ENSURE(sal_False, "OSQLMessageDialog::createDialog : You hould use the SQLException property to specify the error to display!"); + OSL_ENSURE(sal_False, "OSQLMessageDialog::createDialog : You should use the SQLException property to specify the error to display!"); return new OSQLMessageBox(_pParent, SQLException()); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
