coverity#735942 Unchecked dynamic_cast
Change-Id: Id508e771b0f117437671f40060c68122a408e386
This commit is contained in:
parent
1ad901464a
commit
c2ed5f000e
@ -3679,7 +3679,8 @@ bool RtfAttributeOutput::FlyFrameOLEMath(const SwFlyFrmFmt* pFlyFrmFmt, SwOLENod
|
||||
oox::FormulaExportBase* pBase = dynamic_cast<oox::FormulaExportBase*>(dynamic_cast<SfxBaseModel*>(xClosable.get()));
|
||||
assert( pBase != NULL );
|
||||
OStringBuffer aBuf;
|
||||
pBase->writeFormulaRtf(aBuf, m_rExport.eCurrentEncoding);
|
||||
if (pBase)
|
||||
pBase->writeFormulaRtf(aBuf, m_rExport.eCurrentEncoding);
|
||||
m_aRunText->append(aBuf.makeStringAndClear());
|
||||
// Replacement graphic.
|
||||
m_aRunText->append("{" LO_STRING_SVTOOLS_RTF_MMATHPICT " ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user