coverity#1000696 Out-of-bounds access
Change-Id: I4e69c7f5e45882238c4cc27244f38b81c87780e2
This commit is contained in:
@@ -5321,7 +5321,7 @@ PPTPortionObj::PPTPortionObj( const PPTCharPropSet& rCharPropSet, const PPTStyle
|
||||
PPTCharPropSet ( rCharPropSet ),
|
||||
mrStyleSheet ( rStyleSheet ),
|
||||
mnInstance ( nInstance ),
|
||||
mnDepth ( nDepth )
|
||||
mnDepth ( ( nDepth > 4 ) ? 4 : nDepth )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user