summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/accelerators/documentacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx
index d3283faf219a..d9e8689a7d42 100644
--- a/framework/source/accelerators/documentacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx
@@ -55,7 +55,7 @@ namespace framework
DEFINE_XSERVICEINFO_MULTISERVICE_2(DocumentAcceleratorConfiguration ,
::cppu::OWeakObject ,
"com.sun.star.ui.DocumentAcceleratorConfiguration" ,
- "com.sun.star.comp.framework.DocumentAcceleratorConfiguration")
+ OUString("com.sun.star.comp.framework.DocumentAcceleratorConfiguration"))
DEFINE_INIT_SERVICE(DocumentAcceleratorConfiguration,
{
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index 2688fde71731..737d1bc6c011 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -44,7 +44,7 @@ namespace framework
DEFINE_XSERVICEINFO_MULTISERVICE_2(GlobalAcceleratorConfiguration ,
::cppu::OWeakObject ,
"com.sun.star.ui.GlobalAcceleratorConfiguration" ,
- "com.sun.star.comp.framework.GlobalAcceleratorConfiguration")
+ OUString("com.sun.star.comp.framework.GlobalAcceleratorConfiguration"))
DEFINE_INIT_SERVICE(GlobalAcceleratorConfiguration,
{
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index 84dd43f90351..4138155cbb4b 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -47,7 +47,7 @@ namespace framework
DEFINE_XSERVICEINFO_MULTISERVICE_2(ModuleAcceleratorConfiguration ,
::cppu::OWeakObject ,
"com.sun.star.ui.ModuleAcceleratorConfiguration" ,
- "com.sun.star.comp.framework.ModuleAcceleratorConfiguration")
+ OUString("com.sun.star.comp.framework.ModuleAcceleratorConfiguration"))
DEFINE_INIT_SERVICE(ModuleAcceleratorConfiguration,
{