Kaydet (Commit) 0ae45758 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1402149 Unchecked dynamic_cast

Change-Id: I73fa2c6d3658e10728492c9766acef1eaadc5ca1
üst 34e9e77b
......@@ -83,6 +83,7 @@ DECLARE_WW8IMPORT_TEST( testTdf105570, "tdf105570.doc" )
* Table 3 has { 0, 1, 1 }
****/
SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument*>(mxComponent.get());
CPPUNIT_ASSERT(pTextDoc);
SwDoc* pDoc = pTextDoc->GetDocShell()->GetDoc();
SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
SwShellCursor* pShellCursor = pWrtShell->getShellCursor( false );
......
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