summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwprowlayout.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-15 11:06:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:08 +0100
commit0a9fa3d840da1ba224397fddd6a09852d7121701 (patch)
tree7712687d35e8504cc9535814458feea8b082a12f /lotuswordpro/source/filter/lwprowlayout.cxx
parent2b4d91f5a3738e0b71583769b3a69d6a6211d7ca (diff)
ditch some junk
Diffstat (limited to 'lotuswordpro/source/filter/lwprowlayout.cxx')
-rw-r--r--lotuswordpro/source/filter/lwprowlayout.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwprowlayout.cxx b/lotuswordpro/source/filter/lwprowlayout.cxx
index 0d6264da06da..219f3582920b 100644
--- a/lotuswordpro/source/filter/lwprowlayout.cxx
+++ b/lotuswordpro/source/filter/lwprowlayout.cxx
@@ -479,10 +479,4 @@ void LwpRowHeadingLayout::Read()
m_pObjStrm->SkipExtra();
}
-LwpRowLayout * LwpRowHeadingLayout::GetRowLayout()
-{
- LwpRowLayout * pRow = dynamic_cast<LwpRowLayout *>(cRowLayout.obj());
- return pRow;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */