Kaydet (Commit) 68d9649f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735822 Unchecked dynamic_cast

Change-Id: I88911159659f765e6f2c2f49d3d3e8313b2c9e8f
üst dbc2cbe4
......@@ -374,6 +374,7 @@ void SdFiltersTest::testN778859()
// Get the object
SdrObject *pObj = pPage->GetObj(1);
SdrTextObj *pTxtObj = dynamic_cast<SdrTextObj *>( pObj );
CPPUNIT_ASSERT_MESSAGE( "no text object", pTxtObj != NULL);
CPPUNIT_ASSERT(!pTxtObj->IsAutoFit());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment