summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/objectinspectormodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/objectinspectormodel.cxx')
-rw-r--r--extensions/source/propctrlr/objectinspectormodel.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/objectinspectormodel.cxx b/extensions/source/propctrlr/objectinspectormodel.cxx
index adad6e66f27b..d62b5ba3321b 100644
--- a/extensions/source/propctrlr/objectinspectormodel.cxx
+++ b/extensions/source/propctrlr/objectinspectormodel.cxx
@@ -29,7 +29,6 @@ namespace pcr
{
- using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Any;
@@ -140,19 +139,19 @@ namespace pcr
OUString SAL_CALL ObjectInspectorModel::getImplementationName( )
{
- return "org.openoffice.comp.extensions.ObjectInspectorModel";
+ return u"org.openoffice.comp.extensions.ObjectInspectorModel"_ustr;
}
Sequence< OUString > SAL_CALL ObjectInspectorModel::getSupportedServiceNames( )
{
- return { "com.sun.star.inspection.ObjectInspectorModel" };
+ return { u"com.sun.star.inspection.ObjectInspectorModel"_ustr };
}
void ObjectInspectorModel::createDefault()
{
- m_aFactories = { Any(OUString( "com.sun.star.inspection.GenericPropertyHandler" )) };
+ m_aFactories = { Any(u"com.sun.star.inspection.GenericPropertyHandler"_ustr) };
}