diff options
Diffstat (limited to 'sd/source/ui/view/drawview.cxx')
-rw-r--r-- | sd/source/ui/view/drawview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index 10cd6db42f6f..abde4954e3f9 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -181,7 +181,7 @@ bool DrawView::SetAttributes(const SfxItemSet& rSet, OutlinerView* pOV = GetTextEditOutlinerView(); ::Outliner* pOutliner = pOV->GetOutliner(); - pOutliner->SetUpdateMode(false); + pOutliner->SetUpdateLayout(false); mpDocSh->SetWaitCursor( true ); // replace placeholder by template name @@ -256,7 +256,7 @@ bool DrawView::SetAttributes(const SfxItemSet& rSet, } mpDocSh->SetWaitCursor( false ); - pOV->GetOutliner()->SetUpdateMode(true); + pOV->GetOutliner()->SetUpdateLayout(true); mpDocSh->GetUndoManager()->LeaveListAction(); |