summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.hxx b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
index 7fee620af78c..692c2443514f 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
@@ -42,8 +42,6 @@ namespace com { namespace sun { namespace star {
class XAttributeList;
}}}}}
-// ----------------------------------------
-
class SchXML3DSceneAttributesHelper : public SdXML3DSceneAttributesHelper
{
public:
@@ -56,8 +54,6 @@ private:
SchXML3DSceneAttributesHelper();
};
-// ----------------------------------------
-
class SchXMLPositonAttributesHelper
{
public:
@@ -71,7 +67,6 @@ public:
bool isAutomatic() const;
::com::sun::star::awt::Rectangle getRectangle() const;
-
private:
bool hasSize() const;
bool hasPosition() const;
@@ -89,8 +84,6 @@ private:
sal_Bool m_bAutoPosition;
};
-// ----------------------------------------
-
class SchXMLPlotAreaContext : public SvXMLImportContext
{
public:
@@ -149,8 +142,6 @@ private:
::com::sun::star::awt::Size maChartSize;
};
-//----------------------------------------
-
class SchXMLDataPointContext : public SvXMLImportContext
{
private:
@@ -171,8 +162,6 @@ public:
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-// ----------------------------------------
-
class SchXMLCoordinateRegionContext : public SvXMLImportContext
{
public:
@@ -188,8 +177,6 @@ private:
SchXMLPositonAttributesHelper& m_rPositioning;
};
-// ----------------------------------------
-
class SchXMLWallFloorContext : public SvXMLImportContext
{
public:
@@ -215,8 +202,6 @@ public:
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-// ----------------------------------------
-
class SchXMLStockContext : public SvXMLImportContext
{
public:
@@ -243,8 +228,6 @@ public:
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-// ----------------------------------------
-
class SchXMLStatisticsObjectContext : public SvXMLImportContext
{
public: