From a3474bab691dc555c6fe81805740ecf765f23f18 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Sep 2013 01:23:14 +0300 Subject: Try to make the Gentoo tinderbox happy with explicit OUString() values Change-Id: If73a84a09ad54072e1251ed2db8aacc307ff32d2 --- framework/source/accelerators/documentacceleratorconfiguration.cxx | 2 +- framework/source/accelerators/globalacceleratorconfiguration.cxx | 2 +- framework/source/accelerators/moduleacceleratorconfiguration.cxx | 2 +- 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, { -- cgit