diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-10 13:31:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-10 13:32:00 +0000 |
commit | f792baefbfb645eafd5e6b7073bfe6e389d666dc (patch) | |
tree | 0a9de059336d5cf29bc470a47900aecee4a56545 /lotuswordpro | |
parent | 7b28201fae997a6a63310653b9473985bd77911b (diff) |
don't trust that this is what its supposed to be
Change-Id: If0450bdab2c315a94a75060e1fadf2f8513f9dae
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpfribtable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtable.cxx b/lotuswordpro/source/filter/lwpfribtable.cxx index 7833ae4477a5..b4e95bb0b8ac 100644 --- a/lotuswordpro/source/filter/lwpfribtable.cxx +++ b/lotuswordpro/source/filter/lwpfribtable.cxx @@ -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() |