summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/MasterPageContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/MasterPageContainer.cxx')
-rw-r--r--sd/source/ui/sidebar/MasterPageContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx
index 40f680210ca3..20d8528077a1 100644
--- a/sd/source/ui/sidebar/MasterPageContainer.cxx
+++ b/sd/source/ui/sidebar/MasterPageContainer.cxx
@@ -815,7 +815,7 @@ Reference<frame::XModel> MasterPageContainer::Implementation::GetModel()
if (xProperties.is())
xProperties->setPropertyValue(
"Layout",
- makeAny(sal_Int16(AUTOLAYOUT_TITLE)));
+ Any(sal_Int16(AUTOLAYOUT_TITLE)));
}
}
}