summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlshape.hxx')
-rw-r--r--include/oox/vml/vmlshape.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 927f8c1ab9ad..631359103952 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -41,7 +41,6 @@ struct ShapeParentAnchor;
class ShapeContainer;
-
const sal_Int32 VML_CLIENTDATA_UNCHECKED = 0;
const sal_Int32 VML_CLIENTDATA_CHECKED = 1;
const sal_Int32 VML_CLIENTDATA_MIXED = 2;
@@ -53,7 +52,6 @@ const sal_Int32 VML_CLIENTDATA_REFERENCE = 3;
const sal_Int32 VML_CLIENTDATA_FORMULA = 4;
-
/** The shape model structure contains all properties shared by all types of shapes. */
struct OOX_DLLPUBLIC ShapeTypeModel
{
@@ -112,7 +110,6 @@ struct OOX_DLLPUBLIC ShapeTypeModel
};
-
/** A shape template contains all formatting properties of shapes and can serve
as templates for several shapes in a drawing. */
class ShapeType
@@ -151,7 +148,6 @@ protected:
};
-
/** Excel specific shape client data (such as cell anchor). */
struct ClientData
{
@@ -189,7 +185,6 @@ struct ClientData
};
-
struct ShapeModel
{
typedef ::std::vector< css::awt::Point > PointVector;
@@ -217,7 +212,6 @@ struct ShapeModel
};
-
/** A shape object that is part of a drawing. May inherit properties from a
shape template. */
class OOX_DLLPUBLIC ShapeBase : public ShapeType
@@ -278,7 +272,6 @@ protected:
};
-
/** A simple shape object based on a specific UNO shape service. */
class SimpleShape : public ShapeBase
{
@@ -303,7 +296,6 @@ private:
};
-
/** A rectangular shape object. */
class RectangleShape : public SimpleShape
{
@@ -318,7 +310,6 @@ protected:
};
-
/** An oval shape object. */
class EllipseShape : public SimpleShape
{
@@ -327,7 +318,6 @@ public:
};
-
/** A polygon shape object. */
class PolyLineShape : public SimpleShape
{
@@ -371,7 +361,6 @@ protected:
};
-
/** A shape object with custom geometry. */
class CustomShape : public SimpleShape
{
@@ -387,7 +376,6 @@ protected:
};
-
/** A complex shape object. This can be a picture shape, a custom shape, an OLE
object, or an ActiveX form control. */
class ComplexShape : public CustomShape
@@ -404,7 +392,6 @@ protected:
};
-
/** A group shape that extends the basic shape by a container of child shapes. */
class GroupShape : public ShapeBase
{
@@ -438,7 +425,6 @@ private:
};
-
} // namespace vml
} // namespace oox