summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsection.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-11 21:19:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-11 21:41:57 +0100
commitd2a1c2d4cfa51b6ee8a7f38baa258633fae9ec6d (patch)
treeab712bc1a814bfc15def9990df0896436f346628 /lotuswordpro/source/filter/lwpsection.hxx
parent538dbe8245fc4644e1868a7df2ba788bcd08caf4 (diff)
fix what there is to fix
Diffstat (limited to 'lotuswordpro/source/filter/lwpsection.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsection.hxx b/lotuswordpro/source/filter/lwpsection.hxx
index 49532fe8f16b..3141d975b1e9 100644
--- a/lotuswordpro/source/filter/lwpsection.hxx
+++ b/lotuswordpro/source/filter/lwpsection.hxx
@@ -127,7 +127,7 @@ inline sal_uInt16 LwpSection::GetFlags()
*/
inline LwpPageLayout* LwpSection::GetPageLayout()
{
- return static_cast<LwpPageLayout*>(m_PageLayout.obj());
+ return dynamic_cast<LwpPageLayout*>(m_PageLayout.obj());
}
/**