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

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

Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38
üst 99f4c12a
......@@ -410,7 +410,7 @@ css::uno::Any MacOSXBackend::getPropertyValue(
CFStringRef rException = static_cast<CFStringRef>(CFArrayGetValueAtIndex(rExceptionsList, idx));
if (idx>0)
aProxyBypassList += rtl::OUString(";");
aProxyBypassList += ";";
aProxyBypassList += CFStringToOUString(rException);
}
......
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