summaryrefslogtreecommitdiff
path: root/sw/source/core/swg
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/source/core/swg
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/source/core/swg')
-rw-r--r--sw/source/core/swg/SwXMLSectionList.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/source/core/swg/SwXMLSectionList.cxx b/sw/source/core/swg/SwXMLSectionList.cxx
index f8795f32cced..a92e29061c46 100644
--- a/sw/source/core/swg/SwXMLSectionList.cxx
+++ b/sw/source/core/swg/SwXMLSectionList.cxx
@@ -120,25 +120,4 @@ SvXMLSectionListContext::~SvXMLSectionListContext ( void )
{
}
-SvXMLIgnoreSectionListContext::SvXMLIgnoreSectionListContext(
- SwXMLSectionList& rImport,
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const uno::Reference< xml::sax::XAttributeList > & ) :
- SvXMLImportContext ( rImport, nPrefix, rLocalName ),
- rLocalRef(rImport)
-{
-}
-
-SvXMLIgnoreSectionListContext::~SvXMLIgnoreSectionListContext ( void )
-{
-}
-SvXMLImportContext *SvXMLIgnoreSectionListContext::CreateChildContext(
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const uno::Reference< xml::sax::XAttributeList > & xAttrList )
-{
- return new SvXMLIgnoreSectionListContext (rLocalRef, nPrefix, rLocalName, xAttrList);
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */