summaryrefslogtreecommitdiff
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
authorDaniel Sikeler <d.sikeler94@gmail.com>2014-12-03 13:06:30 +0000
committerNoel Grandin <noelgrandin@gmail.com>2014-12-03 13:53:46 +0000
commit26b0f6a9f5bb42d2daaf5f3f72eee6c6e10b944e (patch)
tree94576958ab2233504b44c215f5dfc52f6a732795 /sw/inc/SwXMLSectionList.hxx
parent6c1c191cdb6b0cd1010dcc2c0e6ccb71b5eb7442 (diff)
remove unused class SwXMLIgnoreSectionListContext
Change-Id: Ia71942a7789a2c4358a4cc2b9744cddaa4544eef Reviewed-on: https://gerrit.libreoffice.org/13289 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/SwXMLSectionList.hxx')
-rw-r--r--sw/inc/SwXMLSectionList.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index 6970dc74791f..110ef13a6b72 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -59,22 +59,6 @@ public:
virtual ~SvXMLSectionListContext ( void );
};
-class SvXMLIgnoreSectionListContext : public SvXMLImportContext
-{
-private:
- SwXMLSectionList & rLocalRef;
-public:
- SvXMLIgnoreSectionListContext ( SwXMLSectionList& rImport,
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
- virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- virtual ~SvXMLIgnoreSectionListContext ( void );
-};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */