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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx
index 20d8528077a1..f762144cecce 100644
--- a/sd/source/ui/sidebar/MasterPageContainer.cxx
+++ b/sd/source/ui/sidebar/MasterPageContainer.cxx
@@ -787,7 +787,7 @@ Reference<frame::XModel> MasterPageContainer::Implementation::GetModel()
// Create a new model.
mxModel.set(
::comphelper::getProcessServiceFactory()->createInstance(
- "com.sun.star.presentation.PresentationDocument"),
+ u"com.sun.star.presentation.PresentationDocument"_ustr),
uno::UNO_QUERY);
// Initialize the model.
@@ -814,7 +814,7 @@ Reference<frame::XModel> MasterPageContainer::Implementation::GetModel()
uno::Reference<beans::XPropertySet> xProperties(xNewPage, uno::UNO_QUERY);
if (xProperties.is())
xProperties->setPropertyValue(
- "Layout",
+ u"Layout"_ustr,
Any(sal_Int16(AUTOLAYOUT_TITLE)));
}
}