diff options
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 268a32b6ddfe..a76bb0b57a03 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -1535,6 +1535,8 @@ void OutlineView::EndModelChange() /** updates all changes in the outliner model to the draw model */ void OutlineView::UpdateDocument() { + OutlineViewPageChangesGuard aGuard(this); + const sal_uInt32 nPageCount = mrDoc.GetSdPageCount(PK_STANDARD); Paragraph* pPara = mrOutliner.GetParagraph( 0 ); sal_uInt32 nPage; |