coverity#735443 Logically dead code
Change-Id: I869b2efee4648b02cf1b8d5b3667004d6933c40d
This commit is contained in:
@@ -310,8 +310,6 @@ bool XFParaStyle::Equal(IXFStyle *pStyle)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
XFParaStyle *pOther = (XFParaStyle*)(pStyle);
|
XFParaStyle *pOther = (XFParaStyle*)(pStyle);
|
||||||
if( !pOther )
|
|
||||||
return false;
|
|
||||||
|
|
||||||
if( m_nFlag != pOther->m_nFlag )
|
if( m_nFlag != pOther->m_nFlag )
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user