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 7e98d01b3913..4f0c7c1b5303 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( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ) >>= m_xLayouter;
+ xFrameProps->getPropertyValue( ::rtl::OUString( "LayoutManager" ) ) >>= m_xLayouter;
}
//--------------------------------------------------------------------