summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-12 10:20:57 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-12 10:20:57 +0000
commit47782c218d7ff357faa471566b8b4a6bdc6c2e34 (patch)
treed9f85403d2af0318dce6e8bdba425cbfc86b8168 /sw/source/core/unocore
parent718ceb80a33e769f22e954358b66825e03f0daa0 (diff)
INTEGRATION: CWS os65 (1.40.364); FILE MERGED
2005/06/30 07:20:27 os 1.40.364.1: #i50955# SolarMutex locking in destructors
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unosett.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx
index b73aa1952d2b..ebe241b5e56a 100644
--- a/sw/source/core/unocore/unosett.cxx
+++ b/sw/source/core/unocore/unosett.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosett.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 13:27:57 $
+ * last change: $Author: kz $ $Date: 2005-07-12 11:20:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1431,6 +1431,7 @@ SwXNumberingRules::SwXNumberingRules(SwDoc& rDoc) :
-----------------------------------------------------------------------*/
SwXNumberingRules::~SwXNumberingRules()
{
+ vos::OGuard aGuard(Application::GetSolarMutex());
if(pDoc && sCreatedNumRuleName.Len())
pDoc->DelNumRule( sCreatedNumRuleName );
if( pNumRule && bOwnNumRuleCreated )