diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:57:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:22 +0000 |
commit | 08abfef116d893d6a062d432ff89e7af8b7b679d (patch) | |
tree | dc6f12f1669b40651a42b7a0556e264bc607a42b /desktop/source/app/officeipcthread.cxx | |
parent | 1f9b6013e507ee4acb9374cee909f59139d52978 (diff) |
clang-cl loplugin: desktop
Change-Id: If2f5bfa6c05098c5362cd6c7b546520dc01ee821
Reviewed-on: https://gerrit.libreoffice.org/29871
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index a5be36c03789..7a2fd4624a58 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -1136,7 +1136,7 @@ bool IpcThread::process(OString const & arguments, bool * waitProcessed) { #if defined UNX aHelpURLBuffer.append("&System=UNX"); #elif defined WNT - aHelpURLBuffer.appendAscii("&System=WIN"); + aHelpURLBuffer.append("&System=WIN"); #endif ApplicationEvent* pAppEvent = new ApplicationEvent( ApplicationEvent::Type::OpenHelpUrl, |