loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38
This commit is contained in:
@@ -410,7 +410,7 @@ css::uno::Any MacOSXBackend::getPropertyValue(
|
|||||||
CFStringRef rException = static_cast<CFStringRef>(CFArrayGetValueAtIndex(rExceptionsList, idx));
|
CFStringRef rException = static_cast<CFStringRef>(CFArrayGetValueAtIndex(rExceptionsList, idx));
|
||||||
|
|
||||||
if (idx>0)
|
if (idx>0)
|
||||||
aProxyBypassList += rtl::OUString(";");
|
aProxyBypassList += ";";
|
||||||
|
|
||||||
aProxyBypassList += CFStringToOUString(rException);
|
aProxyBypassList += CFStringToOUString(rException);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user