summaryrefslogtreecommitdiff
path: root/svx/source/form/fmPropBrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmPropBrw.cxx')
-rw-r--r--svx/source/form/fmPropBrw.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index 7b8e4d02f9e0..93f7c5bd2339 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -564,8 +564,7 @@ void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell )
if ( !m_xBrowserController.is() )
{
- OUString sServiceName( "com.sun.star.inspection.ObjectInspector" );
- ShowServiceNotAvailableError( GetParent(), sServiceName, true );
+ ShowServiceNotAvailableError( GetParent(), "com.sun.star.inspection.ObjectInspector", true );
}
else
{