diff options
Diffstat (limited to 'sfx2/source/dialog/partwnd.cxx')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index 44403298ae37..24254459b9b9 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -105,7 +105,7 @@ SfxPartDockWnd_Impl::SfxPartDockWnd_Impl { css::uno::Reference< css::beans::XPropertySet > xLMPropSet( xFrame->getLayoutManager(), css::uno::UNO_QUERY_THROW ); - xLMPropSet->setPropertyValue( "AutomaticToolbars", css::uno::Any( false )); + xLMPropSet->setPropertyValue( u"AutomaticToolbars"_ustr, css::uno::Any( false )); } catch( css::uno::RuntimeException& ) { |