summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xflist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xflist.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xflist.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xflist.cxx b/lotuswordpro/source/filter/xfilter/xflist.cxx
index f85dbcff5dce..943b72607b0e 100644
--- a/lotuswordpro/source/filter/xfilter/xflist.cxx
+++ b/lotuswordpro/source/filter/xfilter/xflist.cxx
@@ -156,33 +156,4 @@ void XFList::EndList(IXFStream *pStrm)
pStrm->EndElement( A2OUSTR("text:unordered-list") );
}
-void XFList::StartListHeader(IXFStream *pStrm)
-{
- IXFAttrList *pAttrList = pStrm->GetAttrList();
- pAttrList->Clear();
-
- pStrm->StartElement( A2OUSTR("text:list-header") );
-}
-
-void XFList::EndListHeader(IXFStream *pStrm)
-{
- IXFAttrList *pAttrList = pStrm->GetAttrList();
- pAttrList->Clear();
-
- pStrm->EndElement( A2OUSTR("text:list-header") );
-}
-
-void XFList::StartListItem(IXFStream *pStrm)
-{
- IXFAttrList *pAttrList = pStrm->GetAttrList();
- assert(NULL!=pAttrList);
-
- pAttrList->Clear();
- pStrm->StartElement( A2OUSTR("text:list-item") );
-}
-
-void XFList::EndListItem(IXFStream *pStrm)
-{
- pStrm->EndElement( A2OUSTR("text:list-item") );
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */