diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/fmPropBrw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index 2d1700f65f4e..478057eadf1e 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -474,7 +474,7 @@ void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell ) if ( !m_xBrowserController.is() ) { - ShowServiceNotAvailableError(m_pParent, "com.sun.star.inspection.ObjectInspector", true); + ShowServiceNotAvailableError(m_pParent, u"com.sun.star.inspection.ObjectInspector", true); } else { |