Kaydet (Commit) c92853c9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: handle OUString+=OUString(literal)

Change-Id: I367a880669138406e715e8574543b1d54754b0ba
üst a023842a
...@@ -558,7 +558,7 @@ namespace svgio ...@@ -558,7 +558,7 @@ namespace svgio
void SvgCharacterNode::addGap() void SvgCharacterNode::addGap()
{ {
maText += OUString(' '); maText += " ";
} }
void SvgCharacterNode::concatenate(const OUString& rText) void SvgCharacterNode::concatenate(const OUString& rText)
......
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