From a023842a74e2611e70db076457688539c65e6ab1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 26 Jun 2015 13:54:07 +0200 Subject: [PATCH] loplugin:stringconstant: handle OUString+=OUString(literal) Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38 --- shell/source/backends/macbe/macbackend.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm index f2fff034c781..2b0acf559f03 100644 --- a/shell/source/backends/macbe/macbackend.mm +++ b/shell/source/backends/macbe/macbackend.mm @@ -410,7 +410,7 @@ css::uno::Any MacOSXBackend::getPropertyValue( CFStringRef rException = static_cast(CFArrayGetValueAtIndex(rExceptionsList, idx)); if (idx>0) - aProxyBypassList += rtl::OUString(";"); + aProxyBypassList += ";"; aProxyBypassList += CFStringToOUString(rException); }