From 2eb0cadf0395c60198e36307222de3dd1e7729a6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Nov 2017 15:02:28 +0100 Subject: loplugin:unnecessaryparen (clang-cl) Change-Id: I5452235287fd5986de25ee542edd57bf1abded52 Reviewed-on: https://gerrit.libreoffice.org/45338 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- shell/source/win32/simplemail/smplmailclient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/source') diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx index b38061c37037..75cdf75eda11 100644 --- a/shell/source/win32/simplemail/smplmailclient.cxx +++ b/shell/source/win32/simplemail/smplmailclient.cxx @@ -102,7 +102,7 @@ namespace /* private */ if (senddocUrl.isEmpty()) { - senddocUrl = ( "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER "/senddoc.exe"); + senddocUrl = "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER "/senddoc.exe"; rtl::Bootstrap::expandMacros(senddocUrl); //TODO: detect failure } return senddocUrl; -- cgit