summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-24 11:36:41 +0000
committerOliver Specht <os@openoffice.org>2001-01-24 11:36:41 +0000
commitbbec238d75d78c7b9b4c66408e4885a66d90e844 (patch)
treeb85b1c7761ef5eb5fc88f47d1d9891d0209060d1 /sw
parent8e1c9d14d1245fd4aa0913d42394bfe2d642f6cf (diff)
#83038# Guard inserted into ::GetSvxPage()
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unodraw.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index bc32d06c4b37..acfe8cb5a9e4 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodraw.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2000-12-15 08:15:06 $
+ * last change: $Author: os $ $Date: 2001-01-24 12:36:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -721,6 +721,7 @@ SwFmDrawPage* SwXDrawPage::GetSvxPage()
{
if(!xPageAgg.is() && pDoc)
{
+ vos::OGuard aGuard(Application::GetSolarMutex());
SdrModel* pModel = pDoc->MakeDrawModel();
SdrPage* pPage = pModel->GetPage( 0 );