summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-12 10:20:27 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-12 10:20:27 +0000
commitedf5f0d5f9083112d9120e105eb426f1316ecc1c (patch)
tree01fef39bfb267a5cd5d52ca8bce09df73c96bb74 /sw/source/core/unocore
parent5e4c1fb6fc5c33a5e3f4d9a67b6e8c4d031813bb (diff)
INTEGRATION: CWS os65 (1.32.100); FILE MERGED
2005/06/30 07:20:26 os 1.32.100.1: #i50955# SolarMutex locking in destructors
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoport.cxx b/sw/source/core/unocore/unoport.cxx
index 9268ad050269..376ffe4c6db1 100644
--- a/sw/source/core/unocore/unoport.cxx
+++ b/sw/source/core/unocore/unoport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoport.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 11:30:27 $
+ * last change: $Author: kz $ $Date: 2005-07-12 11:20:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -229,6 +229,7 @@ SwXTextPortion::SwXTextPortion(const SwUnoCrsr* pPortionCrsr, uno::Reference< XT
-----------------------------------------------------------------------*/
SwXTextPortion::~SwXTextPortion()
{
+ vos::OGuard aGuard(Application::GetSolarMutex());
SwUnoCrsr* pUnoCrsr = GetCrsr();
delete pUnoCrsr;
delete pRubyText;