User: obo Date: 2006/10/12 06:34:50 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: INTEGRATION: CWS sb59 (1.14.16); FILE MERGED 2006/08/29 11:44:26 sb 1.14.16.1: #i67487# Made code warning-free (wntmsci10). File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.17&r2=1.18 Delta lines: +2 -1 ------------------- --- AppDetailPageHelper.cxx 5 Oct 2006 12:59:59 -0000 1.17 +++ AppDetailPageHelper.cxx 12 Oct 2006 13:34:48 -0000 1.18 @@ -1131,7 +1131,8 @@ if ( !bClearPreview ) { Reference<awt::XTabController> xController(xFrame->getController(),UNO_QUERY); - if ( !(bClearPreview = !xController.is()) ) + bClearPreview = !xController.is(); + if ( !bClearPreview ) { Reference<XLoadable> xLoadable(xController->getModel(),UNO_QUERY); bClearPreview = !(xLoadable.is() && xLoadable->isLoaded()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
