loplugin:unnecessaryparen: basic (clang-cl)
Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324
This commit is contained in:
@@ -2968,7 +2968,7 @@ void SbRtl_GetAttr(StarBASIC * pBasic, SbxArray & rPar, bool bWrite)
|
|||||||
{
|
{
|
||||||
nRealFlags = 0;
|
nRealFlags = 0;
|
||||||
}
|
}
|
||||||
nFlags = (sal_Int16) (nRealFlags);
|
nFlags = (sal_Int16) nRealFlags;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user