summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-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 );