User: kz Date: 2006/07/19 09:08:03 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: INTEGRATION: CWS warningfixes02 (1.104.4); FILE MERGED 2006/06/30 11:53:10 sb 1.104.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box. File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableController.cxx?r1=1.105&r2=1.106 Delta lines: +2 -2 ------------------- --- TableController.cxx 10 Jul 2006 15:46:21 -0000 1.105 +++ TableController.cxx 19 Jul 2006 16:08:00 -0000 1.106 @@ -953,7 +953,7 @@ sal_Int32 nFormatKey = 0; sal_Int32 nAlign = 0; - sal_Bool bIsAutoIncrement,bIsCurrency; + sal_Bool bIsAutoIncrement = false, bIsCurrency = false; ::rtl::OUString sName,sDescription,sTypeName; Any aControlDefault; @@ -1204,7 +1204,7 @@ OSL_ENSURE(xColumn.is(),"Column is null!"); sal_Int32 nType,nPrecision,nScale,nNullable,nFormatKey=0,nAlignment=0; - sal_Bool bAutoIncrement; + sal_Bool bAutoIncrement = false; ::rtl::OUString sDescription, sTypeName; Any aControlDefault; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
