Kaydet (Commit) 608456eb authored tarafından Caolán McNamara's avatar Caolán McNamara

don't trust that this is what its supposed to be

Change-Id: If0450bdab2c315a94a75060e1fadf2f8513f9dae
(cherry picked from commit f792baef)
üst be413828
......@@ -72,7 +72,7 @@ void LwpFribTable::Read(LwpObjectStream* pObjStrm, sal_uInt16 /*len*/)
LwpSuperTableLayout* LwpFribTable::GetSuperTable()
{
return static_cast<LwpSuperTableLayout*>(m_objTable.obj().get());
return dynamic_cast<LwpSuperTableLayout*>(m_objTable.obj().get());
}
void LwpFribTable::RegisterNewStyle()
......
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