loplugin:unnecessaryparen: basic (clang-cl)
Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324
This commit is contained in:
parent
7a23668e4f
commit
9f08211d24
1 changed files with 1 additions and 1 deletions
|
@ -2968,7 +2968,7 @@ void SbRtl_GetAttr(StarBASIC * pBasic, SbxArray & rPar, bool bWrite)
|
|||
{
|
||||
nRealFlags = 0;
|
||||
}
|
||||
nFlags = (sal_Int16) (nRealFlags);
|
||||
nFlags = (sal_Int16) nRealFlags;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue