summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/SdUnoOutlineView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoOutlineView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoOutlineView.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
index e2f95934d0e6..e0ca7ed67f26 100644
--- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx
+++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
@@ -133,7 +133,7 @@ Any SAL_CALL SdUnoOutlineView::getFastPropertyValue (
// XServiceInfo
OUString SAL_CALL SdUnoOutlineView::getImplementationName( )
{
- return "com.sun.star.comp.sd.SdUnoOutlineView";
+ return u"com.sun.star.comp.sd.SdUnoOutlineView"_ustr;
}
sal_Bool SAL_CALL SdUnoOutlineView::supportsService( const OUString& ServiceName )
@@ -143,7 +143,7 @@ sal_Bool SAL_CALL SdUnoOutlineView::supportsService( const OUString& ServiceName
Sequence< OUString > SAL_CALL SdUnoOutlineView::getSupportedServiceNames( )
{
- return { "com.sun.star.presentation.OutlineView" };
+ return { u"com.sun.star.presentation.OutlineView"_ustr };
}
} // end of namespace sd