loplugin:unnecessaryparen: basic (clang-cl)

Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324
This commit is contained in:
Stephan Bergmann 2017-07-17 17:16:51 +02:00
parent 7a23668e4f
commit 9f08211d24

View file

@ -2968,7 +2968,7 @@ void SbRtl_GetAttr(StarBASIC * pBasic, SbxArray & rPar, bool bWrite)
{
nRealFlags = 0;
}
nFlags = (sal_Int16) (nRealFlags);
nFlags = (sal_Int16) nRealFlags;
}
else
{