User: hr      
Date: 06/06/19 18:41:16

Modified:
 /dba/connectivity/source/drivers/kab/
  kfields.cxx

Log:
 INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED
 2006/01/30 14:18:55 sb 1.2.28.1: #i53898# Made code warning-free.

File Changes:

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

File [changed]: kfields.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/kfields.cxx?r1=1.2&r2=1.3
Delta lines:  +6 -3
-------------------
--- kfields.cxx 19 Dec 2005 16:53:21 -0000      1.2
+++ kfields.cxx 20 Jun 2006 01:41:14 -0000      1.3
@@ -85,6 +85,9 @@
        ::dbtools::throwGenericSQLException(
                ::rtl::OUString::createFromAscii("Invalid column name: ") + 
columnName,
                NULL);
+    // Unreachable:
+    OSL_ASSERT(false);
+    return 0;
 }
 // 
------------------------------------------------------------------------------
        }




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

Reply via email to