summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfootnote.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-22 09:02:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-22 09:39:18 +0100
commitacfe7d39e5359483124b79fc7e98fb9afa65c0a6 (patch)
tree4b09b46f669330a26fee63b0926f91486e1d4da6 /lotuswordpro/source/filter/lwpfootnote.cxx
parentgsl_getSystemTextEncoding->osl_getThreadTextEncoding (diff)
downloadcore-acfe7d39e5359483124b79fc7e98fb9afa65c0a6.tar.gz
core-acfe7d39e5359483124b79fc7e98fb9afa65c0a6.zip
regoptions (etc.) now unused post registration-removal
Diffstat (limited to 'lotuswordpro/source/filter/lwpfootnote.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.cxx b/lotuswordpro/source/filter/lwpfootnote.cxx
index 686c7d34d5c7..dd399c221952 100644
--- a/lotuswordpro/source/filter/lwpfootnote.cxx
+++ b/lotuswordpro/source/filter/lwpfootnote.cxx
@@ -382,30 +382,6 @@ LwpEnSuperTableLayout* LwpFootnote::FindFootnoteTableLayout()
}
/**
- * @descr Find footnote table, not used now
- */
-LwpTable* LwpFootnote::FindFootnoteTable()
-{
- LwpEnSuperTableLayout* pLayout = FindFootnoteTableLayout();
- //if (!ShouldBeInTable(Footnote)) return NULL;
- return GetFootnoteTable(pLayout);
-}
-
-/**
- * @descr Find footnote table, not used now
- */
-LwpTable* LwpFootnote::GetFootnoteTable(LwpEnSuperTableLayout * pLayout)
-{
- if(pLayout)
- {
- LwpEndnoteLayout* pEndnoteLayout = static_cast<LwpEndnoteLayout*>(pLayout->GetMainTableLayout());
- if(pEndnoteLayout)
- return dynamic_cast<LwpTable*>(pEndnoteLayout->GetContent()->obj());
- }
- return NULL;
-}
-
-/**
* @descr Find footnote contents
*/
LwpContent* LwpFootnote::FindFootnoteContent()