cid#1607833 Overflowed constant
Change-Id: Ie90b759b76fa587cddd3c160fe7845dec01652c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176690 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
ed8514af49
commit
dc4a433733
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser )
|
|||
pTmp->Compress( rParser );
|
||||
|
||||
if( !pTmp->nSttCnt
|
||||
? (aLastNd.GetIdx()+1 != pTmp->mxStartNodeIdx->GetIdx() ||
|
||||
? (aLastNd.GetIdx() != pTmp->mxStartNodeIdx->GetIdx() - 1 ||
|
||||
!rParser.IsEndPara( &aLastNd, nLastCnt ) )
|
||||
: ( pTmp->nSttCnt != nLastCnt ||
|
||||
aLastNd.GetIdx() != pTmp->mxStartNodeIdx->GetIdx() ))
|
||||
|
|
Loading…
Reference in a new issue