summaryrefslogtreecommitdiff
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-29 22:59:16 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-30 22:32:46 +0100
commit346abc6785117ad0a3353eec2bc2f4d1b8db9fb7 (patch)
treeca228ab07718e300c2133d6982b5d335e1ae2694 /sw/inc/SwXMLSectionList.hxx
parentf66ace21cdf4fec85c05be1a85ecfdaa8c281066 (diff)
sw: move SvXMLSectionListContext out of header file
Change-Id: I18417484a35d67bde3ec2690d834589c3751005f
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 ab254c0da2bf..f157f17fa76f 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SW_INC_SWXMLSECTIONLIST_HXX
#define INCLUDED_SW_INC_SWXMLSECTIONLIST_HXX
-#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmlimp.hxx>
class SwXMLSectionList : public SvXMLImport
@@ -41,21 +40,6 @@ public:
throw() override;
};
-class SvXMLSectionListContext : public SvXMLImportContext
-{
-private:
- SwXMLSectionList & rLocalRef;
-public:
- SvXMLSectionListContext ( SwXMLSectionList& rImport,
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList );
- virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
- virtual ~SvXMLSectionListContext() override;
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */