User: kz Date: 2006/07/19 15:36:35 Modified: dba/dbaccess/source/ui/querydesign/JoinController.cxx
Log: INTEGRATION: CWS warningfixes02 (1.38.4); FILE MERGED 2006/06/30 11:53:09 sb 1.38.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/querydesign/ =============================================== File [changed]: JoinController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinController.cxx?r1=1.39&r2=1.40 Delta lines: +1 -1 ------------------- --- JoinController.cxx 10 Jul 2006 15:40:03 -0000 1.39 +++ JoinController.cxx 19 Jul 2006 22:36:33 -0000 1.40 @@ -538,7 +538,7 @@ } else if ( pIter->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ShowAll" ) ) ) { - sal_Bool bShowAll; + sal_Bool bShowAll = false; pIter->Value >>= bShowAll; pData->ShowAll(bShowAll); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
