svx/source/gallery2/galbrws2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit f1bb7c3c558b27a89ed0d90b568aff73d4ffc173 Author: Tor Lillqvist <t...@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 ))); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits