summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/navmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/navmgr.cxx')
-rw-r--r--sw/source/ui/wrtsh/navmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/navmgr.cxx b/sw/source/ui/wrtsh/navmgr.cxx
index 8cc63ad0c1d1..5f30c11f7fbe 100644
--- a/sw/source/ui/wrtsh/navmgr.cxx
+++ b/sw/source/ui/wrtsh/navmgr.cxx
@@ -227,7 +227,7 @@ bool SwNavigationMgr::addEntry(const SwPosition& rPos) {
if (xPropSet.is())
{
css::uno::Reference< css::frame::XLayoutManager > xLayoutManager;
- css::uno::Any aValue = xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) );
+ css::uno::Any aValue = xPropSet->getPropertyValue( ::rtl::OUString( "LayoutManager" ) );
aValue >>= xLayoutManager;
if (xLayoutManager.is())