diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-26 13:54:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-26 13:55:34 +0200 |
commit | a023842a74e2611e70db076457688539c65e6ab1 (patch) | |
tree | a95bdb0b208620fdaf47ea283f458705ee8a5a07 /shell/source/backends | |
parent | 99f4c12a6e75058587f779d52db77ba20f85dac8 (diff) |
loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38
Diffstat (limited to 'shell/source/backends')
-rw-r--r-- | shell/source/backends/macbe/macbackend.mm | 2 |
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); } |