summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/diagram.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/diagram/diagram.hxx')
-rw-r--r--oox/source/drawingml/diagram/diagram.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/oox/source/drawingml/diagram/diagram.hxx b/oox/source/drawingml/diagram/diagram.hxx
index 1218187d1474..2b811f91f408 100644
--- a/oox/source/drawingml/diagram/diagram.hxx
+++ b/oox/source/drawingml/diagram/diagram.hxx
@@ -65,7 +65,6 @@ struct Connection
typedef std::vector< Connection > Connections;
-
/** A point
*/
struct Point
@@ -152,13 +151,9 @@ typedef std::vector< Point > Points;
class LayoutNode;
typedef boost::shared_ptr< LayoutNode > LayoutNodePtr;
-
-
typedef std::map< OUString, css::uno::Reference<css::xml::dom::XDocument> > DiagramDomMap;
typedef css::uno::Sequence< css::uno::Sequence< css::uno::Any > > DiagramRelsMap;
-
-
class DiagramData
{
public:
@@ -200,10 +195,6 @@ private:
typedef boost::shared_ptr< DiagramData > DiagramDataPtr;
-
-
-
-
class DiagramLayout
{
public:
@@ -250,8 +241,6 @@ private:
typedef boost::shared_ptr< DiagramLayout > DiagramLayoutPtr;
-
-
struct DiagramStyle
{
ShapeStyleRef maFillStyle;
@@ -274,8 +263,6 @@ struct DiagramColor
typedef std::map<OUString,DiagramColor> DiagramColorMap;
-
-
class Diagram
{
public:
@@ -310,7 +297,6 @@ private:
DiagramRelsMap maDataRelsMap;
};
-
typedef boost::shared_ptr< Diagram > DiagramPtr;
} }