User: kz Date: 2008-04-08 12:43:08+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: #i88015# buildfixes File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.85&r2=1.86 Delta lines: +4 -5 ------------------- --- genericcontroller.cxx 2008-04-04 14:56:57+0000 1.85 +++ genericcontroller.cxx 2008-04-08 12:43:05+0000 1.86 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.85 $ + * $Revision: 1.86 $ * - * last change: $Author: kz $ $Date: 2008/04/04 14:56:57 $ + * last change: $Author: kz $ $Date: 2008/04/08 12:43:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -398,8 +398,7 @@ stopFrameListening( m_aCurrentFrame.getFrame() ); Reference< XFrame > xFrame = m_aCurrentFrame.attachFrame( _rxFrame ); - if( startFrameListening( xFrame ) ) - m_bFrameUiActive = m_xCurrentFrame->isActive(); + startFrameListening( xFrame ); loadMenu( xFrame ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
