diff options
Diffstat (limited to 'sd/source/ui/func/fusumry.cxx')
-rw-r--r-- | sd/source/ui/func/fusumry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx index 8122b43fe67b..522c30897dc7 100644 --- a/sd/source/ui/func/fusumry.cxx +++ b/sd/source/ui/func/fusumry.cxx @@ -160,7 +160,7 @@ void FuSummaryPage::DoExecute( SfxRequest& ) pNotesPage->setHeaderFooterSettings(pActualNotesPage->getHeaderFooterSettings()); pOutl.reset(new SdOutliner( mpDoc, OutlinerMode::OutlineObject )); - pOutl->SetUpdateMode(false); + pOutl->SetUpdateLayout(false); pOutl->EnableUndo(false); if (mpDocSh) |