summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-07 08:09:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-07 08:09:01 +0200
commit8e949018befc341979e54ec759795d8615cc7f23 (patch)
tree1e1cb198ddcb494a9e4df6a3a316642653708499 /sal
parentbf1bdbeb5cc91358e655bf2df28bbd2fba5347e7 (diff)
loplugin:unnecessaryparen
Change-Id: I840f0638e02819398bae901d799a1882e0045d8e
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/process_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx
index c38ecedc6491..e7cc240a01c2 100644
--- a/sal/osl/unx/process_impl.cxx
+++ b/sal/osl/unx/process_impl.cxx
@@ -62,7 +62,7 @@ oslProcessError SAL_CALL bootstrap_getExecutableFile(rtl_uString ** ppFileURL)
/* Convert from utf8 to unicode. */
rtl_uString * pAbsPath = nullptr;
rtl_string2UString (
- &(pAbsPath),
+ &pAbsPath,
abspath, rtl_str_getLength (abspath),
RTL_TEXTENCODING_UTF8,
OSTRING_TO_OUSTRING_CVTFLAGS);