summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-02 13:43:37 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-02 13:43:37 +0200
commitf1bb7c3c558b27a89ed0d90b568aff73d4ffc173 (patch)
tree290ac908b6e976d19de1150f868c3289457f389a /svx
parent6ea69f07c73f2c2e392061c6d120efcf3ee2b26c (diff)
loplugin:stringconstant
Change-Id: I20b245e69dcd1bd5f9345b3e0950a2299905bfa0
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galbrws2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 5f639df86af5..f7a3be6c27b4 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 )));
}