User: hr      
Date: 2006/08/15 03:29:38

Modified:
   dba/connectivity/source/drivers/mysql/YDriver.cxx

Log:
 INTEGRATION: CWS dba30 (1.12.16); FILE MERGED
 2006/07/19 10:35:53 fs 1.12.16.5: RESYNC: (1.15-1.16); FILE MERGED
 2006/04/18 13:12:42 oj 1.12.16.4: RESYNC: (1.14-1.15); FILE MERGED
 2006/03/21 15:46:20 fs 1.12.16.3: RESYNC: (1.13-1.14); FILE MERGED
 2005/09/28 12:37:45 fs 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED
 2005/04/06 07:10:25 fs 1.12.16.1: #i46768# some assertions on the type of 
connection properties

File Changes:

Directory: /dba/connectivity/source/drivers/mysql/
==================================================

File [changed]: YDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YDriver.cxx?r1=1.16&r2=1.17
Delta lines:  +1 -1
-------------------
--- YDriver.cxx 20 Jun 2006 01:53:06 -0000      1.16
+++ YDriver.cxx 15 Aug 2006 10:29:35 -0000      1.17
@@ -130,7 +130,7 @@
                        for (;pSupported != pEnd; ++pSupported)
                                if ( 
!pSupported->Name.compareToAscii("JavaDriverClass") )
                                {
-                                       pSupported->Value >>= sRet;
+                                       OSL_VERIFY( pSupported->Value >>= sRet 
);
                                        break;
                                }
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to