summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/scuiexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/attrdlg/scuiexp.cxx')
-rw-r--r--sc/source/ui/attrdlg/scuiexp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scuiexp.cxx b/sc/source/ui/attrdlg/scuiexp.cxx
index 1179050037b2..3da9d2ed7b42 100644
--- a/sc/source/ui/attrdlg/scuiexp.cxx
+++ b/sc/source/ui/attrdlg/scuiexp.cxx
@@ -33,7 +33,7 @@ public:
// css::lang::XServiceInfo:
virtual OUString SAL_CALL getImplementationName() override
{
- return "com.sun.star.sheet.comp.CreateDialogFactoryService";
+ return u"com.sun.star.sheet.comp.CreateDialogFactoryService"_ustr;
}
virtual sal_Bool SAL_CALL supportsService(const OUString& serviceName) override
{
@@ -41,7 +41,7 @@ public:
}
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override
{
- return { "com.sun.star.sheet.CreateDialogFactoryService" };
+ return { u"com.sun.star.sheet.CreateDialogFactoryService"_ustr };
}
// XUnoTunnel