diff options
Diffstat (limited to 'sd/source/ui/view/PresentationViewShellBase.cxx')
-rw-r--r-- | sd/source/ui/view/PresentationViewShellBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/PresentationViewShellBase.cxx b/sd/source/ui/view/PresentationViewShellBase.cxx index 56f6c27fc20b..789afbbdde86 100644 --- a/sd/source/ui/view/PresentationViewShellBase.cxx +++ b/sd/source/ui/view/PresentationViewShellBase.cxx @@ -73,7 +73,7 @@ PresentationViewShellBase::PresentationViewShellBase ( Reference<beans::XPropertySet> xLayouterSet(xFrameSet->getPropertyValue("LayoutManager"), UNO_QUERY); if (xLayouterSet.is()) { - xLayouterSet->setPropertyValue("AutomaticToolbars", makeAny(false)); + xLayouterSet->setPropertyValue("AutomaticToolbars", Any(false)); } } } |