summaryrefslogtreecommitdiff
path: root/svx/source/form/formtoolbars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formtoolbars.cxx')
-rw-r--r--svx/source/form/formtoolbars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/formtoolbars.cxx b/svx/source/form/formtoolbars.cxx
index e978c9e59933..43cbe8231829 100644
--- a/svx/source/form/formtoolbars.cxx
+++ b/svx/source/form/formtoolbars.cxx
@@ -41,7 +41,7 @@ namespace svxform
// the layout manager
Reference< XPropertySet > xFrameProps( _rxFrame, UNO_QUERY );
if ( xFrameProps.is() )
- xFrameProps->getPropertyValue( OUString( "LayoutManager" ) ) >>= m_xLayouter;
+ xFrameProps->getPropertyValue("LayoutManager") >>= m_xLayouter;
}
//--------------------------------------------------------------------