Tag: cws_dev300_dba31b User: oj Date: 2008-08-18 08:48:38+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: #i40067# hide view when being suspended to avoid flicker File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.203.8.1&r2=1.203.8.2 Delta lines: +3 -1 ------------------- --- unodatbr.cxx 2008-08-18 08:26:36+0000 1.203.8.1 +++ unodatbr.cxx 2008-08-18 08:48:35+0000 1.203.8.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.cxx,v $ - * $Revision: 1.203.8.1 $ + * $Revision: 1.203.8.2 $ * * This file is part of OpenOffice.org. * @@ -846,6 +846,8 @@ throw DisposedException( ::rtl::OUString(), *this ); bRet = SbaXDataBrowserController::suspend(bSuspend); + if ( bRet && getView() ) + getView()->Hide(); m_bInSuspend = sal_False; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
