summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/frame2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/frame2.cxx')
-rw-r--r--sfx2/source/view/frame2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/frame2.cxx b/sfx2/source/view/frame2.cxx
index bacba1ce0d3f..c9c4d350c667 100644
--- a/sfx2/source/view/frame2.cxx
+++ b/sfx2/source/view/frame2.cxx
@@ -326,7 +326,7 @@ void SfxFrame::SetPresentationMode( sal_Bool bSet )
if ( xPropSet.is() )
{
- Any aValue = xPropSet->getPropertyValue( OUString( "LayoutManager" ));
+ Any aValue = xPropSet->getPropertyValue("LayoutManager");
aValue >>= xLayoutManager;
}
@@ -378,7 +378,7 @@ void SfxFrame::SetMenuBarOn_Impl( sal_Bool bOn )
if ( xPropSet.is() )
{
- Any aValue = xPropSet->getPropertyValue( OUString( "LayoutManager" ));
+ Any aValue = xPropSet->getPropertyValue("LayoutManager");
aValue >>= xLayoutManager;
}