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

Tor Lillqvist tml at collabora.com
Thu Feb 2 11:45:05 UTC 2017


 svx/source/gallery2/galbrws2.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f1bb7c3c558b27a89ed0d90b568aff73d4ffc173
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Feb 2 13:43:37 2017 +0200

    loplugin:stringconstant
    
    Change-Id: I20b245e69dcd1bd5f9345b3e0950a2299905bfa0

diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 5f639df..f7a3be6 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -155,17 +155,17 @@ GalleryThemePopup::GalleryThemePopup(
     m_aCommandInfo.insert(
         CommandInfoMap::value_type(
             SID_GALLERY_ENABLE_ADDCOPY,
-            CommandInfo( OUString(CMD_SID_GALLERY_ENABLE_ADDCOPY ))));
+            CommandInfo( CMD_SID_GALLERY_ENABLE_ADDCOPY )));
     // SID_GALLERY_BG_BRUSH
     m_aCommandInfo.insert(
         CommandInfoMap::value_type(
             SID_GALLERY_BG_BRUSH,
-            CommandInfo(OUString(CMD_SID_GALLERY_BG_BRUSH ))));
+            CommandInfo( CMD_SID_GALLERY_BG_BRUSH )));
     // SID_GALLERY_FORMATS
     m_aCommandInfo.insert(
         CommandInfoMap::value_type(
             SID_GALLERY_FORMATS,
-            CommandInfo(OUString(CMD_SID_GALLERY_FORMATS ))));
+            CommandInfo( CMD_SID_GALLERY_FORMATS )));
 
 }
 


More information about the Libreoffice-commits mailing list