Tag: cws_src680_rpt23fix02
User: lla     
Date: 2007-07-31 09:49:41+0000
Modified:
   dba/reportdesign/source/core/api/ReportDefinition.cxx

Log:
 #i80211# solarmutex need locked

File Changes:

Directory: /dba/reportdesign/source/core/api/
=============================================

File [changed]: ReportDefinition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/ReportDefinition.cxx?r1=1.2.4.2&r2=1.2.4.3
Delta lines:  +6 -4
-------------------
--- ReportDefinition.cxx        2007-07-27 12:21:57+0000        1.2.4.2
+++ ReportDefinition.cxx        2007-07-31 09:49:38+0000        1.2.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportDefinition.cxx,v $
  *
- *  $Revision: 1.2.4.2 $
+ *  $Revision: 1.2.4.3 $
  *
- *  last change: $Author: oj $ $Date: 2007/07/27 12:21:57 $
+ *  last change: $Author: lla $ $Date: 2007/07/31 09:49:38 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -1341,6 +1341,8 @@
 // XCloseable
 void SAL_CALL OReportDefinition::close( ::sal_Bool _bDeliverOwnership ) throw 
(util::CloseVetoException, uno::RuntimeException)
 {
+    vos::OGuard aSolarGuard( Application::GetSolarMutex() );
+
     ::osl::ResettableMutexGuard aGuard(m_aMutex);
        ::connectivity::checkDisposed(ReportDefinitionBase::rBHelper.bDisposed);
        // notify our container listeners




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to