Kaydet (Commit) f1bb7c3c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

loplugin:stringconstant

Change-Id: I20b245e69dcd1bd5f9345b3e0950a2299905bfa0
üst 6ea69f07
......@@ -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 )));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment