User: obo     
Date: 2006/07/10 08:46:34

Modified:
   dba/dbaccess/source/ui/uno/unosqlmessage.cxx

Log:
 INTEGRATION: CWS qiq (1.10.124); FILE MERGED
 2006/05/10 11:01:42 fs 1.10.124.1: 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.11
Delta lines:  +2 -2
-------------------
--- unosqlmessage.cxx   8 Sep 2005 16:53:28 -0000       1.10
+++ unosqlmessage.cxx   10 Jul 2006 15:46:32 -0000      1.11
@@ -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]

Reply via email to