User: hr Date: 2007-09-26 14:48:35+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: INTEGRATION: CWS dba24a (1.80.6); FILE MERGED 2007/08/29 13:21:59 oj 1.80.6.1: #i69084# lock and release mutex 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.80&r2=1.81 Delta lines: +1 -0 ------------------- --- genericcontroller.cxx 2007-08-02 14:26:28+0000 1.80 +++ genericcontroller.cxx 2007-09-26 14:48:32+0000 1.81 @@ -398,6 +398,7 @@ // ----------------------------------------------------------------------- void OGenericUnoController::attachFrame(const Reference< XFrame > & xFrame) throw( RuntimeException ) { + vos::OGuard aSolarGuard( Application::GetSolarMutex() ); ::osl::MutexGuard aGuard(m_aMutex); stopFrameListening( ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
