summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/contexts.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/contexts.hxx')
-rw-r--r--xmloff/source/chart/contexts.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx
index 4a7b830a8740..b728b4526808 100644
--- a/xmloff/source/chart/contexts.hxx
+++ b/xmloff/source/chart/contexts.hxx
@@ -30,13 +30,11 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax {
class XAttributeList;
}}}}}
-/* ========================================
-
+/*
These contexts are only nedded by
SchXMLImport not by the SchXMLImportHelper
that is also used by other applications
-
- ======================================== */
+*/
class SchXMLDocContext : public virtual SvXMLImportContext
{
@@ -59,8 +57,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-// ========================================
-
// context for flat file xml format
class SchXMLFlatDocContext_Impl
: public SchXMLDocContext, public SvXMLMetaDocumentContext
@@ -79,8 +75,6 @@ public:
const com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& i_xAttrList);
};
-// ========================================
-
class SchXMLBodyContext : public SvXMLImportContext
{
private:
@@ -101,8 +95,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-// ========================================
-
#endif // _SCH_XML_CONTEXTS_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */