summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-29 10:10:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-29 12:00:42 +0100
commit368f806aaa75fb80790026677e2400580536ed7a (patch)
tree8b0a7e13a15e036a90a128c7789eaf06f4026dd4 /svl
parentbdfbc91ca08a9a04fc9515b0a0bf669627fcc6ed (diff)
loplugin:unnecessaryparen (clang-cl)
Change-Id: I3a2b7ed3fdef3b77c0a052b10f88918aa616779e Reviewed-on: https://gerrit.libreoffice.org/45469 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index 8eedadf6ddf6..ce26573988b4 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -204,7 +204,7 @@ found:
if ( pItem )
pTopic->aItem = pItem->GetName();
else
- (pTopic->aItem).clear();
+ pTopic->aItem.clear();
bool bRes = false;
switch( nCode )