From 9f08211d2461c3d46a5f448f6c399ac6b82e910d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 17 Jul 2017 17:16:51 +0200 Subject: [PATCH] loplugin:unnecessaryparen: basic (clang-cl) Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324 --- basic/source/runtime/methods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 996542c4b854..478a59a0e1f2 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -2968,7 +2968,7 @@ void SbRtl_GetAttr(StarBASIC * pBasic, SbxArray & rPar, bool bWrite) { nRealFlags = 0; } - nFlags = (sal_Int16) (nRealFlags); + nFlags = (sal_Int16) nRealFlags; } else {