summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )));
}