coverity#735443 Logically dead code

Change-Id: I869b2efee4648b02cf1b8d5b3667004d6933c40d
This commit is contained in:
Caolán McNamara
2014-05-08 15:59:24 +01:00
parent a9324fb76c
commit a689bbd8a4

View File

@@ -310,8 +310,6 @@ bool XFParaStyle::Equal(IXFStyle *pStyle)
return false;
XFParaStyle *pOther = (XFParaStyle*)(pStyle);
if( !pOther )
return false;
if( m_nFlag != pOther->m_nFlag )
return false;