diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-09 01:23:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-09 01:23:18 +0300 |
commit | a3474bab691dc555c6fe81805740ecf765f23f18 (patch) | |
tree | df06d4b20ce08b4ff598dd6254a9cbf0fe1b3c8d /framework/source/accelerators | |
parent | 888f71cc8d455aeb1ccf13264ac245aaaed6fa69 (diff) |
Try to make the Gentoo tinderbox happy with explicit OUString() values
Change-Id: If73a84a09ad54072e1251ed2db8aacc307ff32d2
Diffstat (limited to 'framework/source/accelerators')
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, { |