summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-26 13:54:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-26 13:55:34 +0200
commita023842a74e2611e70db076457688539c65e6ab1 (patch)
treea95bdb0b208620fdaf47ea283f458705ee8a5a07 /shell
parent99f4c12a6e75058587f779d52db77ba20f85dac8 (diff)
loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/macbe/macbackend.mm2
1 files changed, 1 insertions, 1 deletions
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<CFStringRef>(CFArrayGetValueAtIndex(rExceptionsList, idx));
if (idx>0)
- aProxyBypassList += rtl::OUString(";");
+ aProxyBypassList += ";";
aProxyBypassList += CFStringToOUString(rException);
}