Kaydet (Commit) 758cf90b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130362 Unchecked dynamic_cast

Change-Id: I58d9c7e933152e0d8ca69125572c820b8dbe7405
üst 74dd647e
......@@ -425,6 +425,7 @@ DECLARE_ODFIMPORT_TEST(testFdo69979, "fdo69979.odt")
DECLARE_ODFIMPORT_TEST(testSpellmenuRedline, "spellmenu-redline.odt")
{
SwXTextDocument* pTxtDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get());
CPPUNIT_ASSERT(pTxtDoc);
SwWrtShell* pWrtShell = pTxtDoc->GetDocShell()->GetWrtShell();
OUString aParaText;
uno::Reference<linguistic2::XSpellAlternatives> xAlt;
......
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