Kaydet (Commit) 26b0f6a9 authored tarafından Daniel Sikeler's avatar Daniel Sikeler Kaydeden (comit) Noel Grandin

remove unused class SwXMLIgnoreSectionListContext

Change-Id: Ia71942a7789a2c4358a4cc2b9744cddaa4544eef
Reviewed-on: https://gerrit.libreoffice.org/13289Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 6c1c191c
...@@ -59,22 +59,6 @@ public: ...@@ -59,22 +59,6 @@ public:
virtual ~SvXMLSectionListContext ( void ); 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 #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -120,25 +120,4 @@ SvXMLSectionListContext::~SvXMLSectionListContext ( void ) ...@@ -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: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment