summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/UpdateLockManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/UpdateLockManager.cxx')
-rw-r--r--sd/source/ui/view/UpdateLockManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/UpdateLockManager.cxx b/sd/source/ui/view/UpdateLockManager.cxx
index c51e6cc86e24..ea0f40471686 100644
--- a/sd/source/ui/view/UpdateLockManager.cxx
+++ b/sd/source/ui/view/UpdateLockManager.cxx
@@ -407,7 +407,7 @@ Reference< ::com::sun::star::frame::XLayoutManager>
try
{
Any aValue (xFrameProperties->getPropertyValue(
- ::rtl::OUString::createFromAscii("LayoutManager")));
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("LayoutManager"))));
aValue >>= xLayoutManager;
}
catch (const beans::UnknownPropertyException& rException)