User: kz Date: 2006/07/19 09:01:37 Modified: dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: INTEGRATION: CWS warningfixes02 (1.18.4); FILE MERGED 2006/06/30 11:53:07 sb 1.18.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/app/ ======================================= File [changed]: AppControllerGen.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.19&r2=1.20 Delta lines: +1 -1 ------------------- --- AppControllerGen.cxx 10 Jul 2006 15:23:11 -0000 1.19 +++ AppControllerGen.cxx 19 Jul 2006 16:01:34 -0000 1.20 @@ -572,7 +572,7 @@ try { Reference< XNameAccess > xContainer = const_cast<OApplicationController*>(this)->getElements(eType); - if ( bEnabled = (xContainer.is() && xContainer->hasByName(*aList.begin())) ) + if ( (bEnabled = (xContainer.is() && xContainer->hasByName(*aList.begin()))) ) bEnabled = Reference<XRename>(xContainer->getByName(*aList.begin()),UNO_QUERY).is(); } catch(Exception&) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
