[Libreoffice-commits] core.git: framework/source

Tor Lillqvist tml at collabora.com
Sun Sep 8 15:24:34 PDT 2013


 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(-)

New commits:
commit a3474bab691dc555c6fe81805740ecf765f23f18
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 9 01:23:14 2013 +0300

    Try to make the Gentoo tinderbox happy with explicit OUString() values
    
    Change-Id: If73a84a09ad54072e1251ed2db8aacc307ff32d2

diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx
index d3283fa..d9e8689 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 2688fde..737d1bc 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 84dd43f..4138155 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,
                     {


More information about the Libreoffice-commits mailing list