summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlshapecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlshapecontainer.hxx')
-rw-r--r--include/oox/vml/vmlshapecontainer.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index b843c4d73f00..9f99f3974b12 100644
--- a/include/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
@@ -37,7 +37,6 @@ class ShapeType;
class ShapeBase;
-
struct ShapeParentAnchor
{
css::awt::Rectangle maShapeRect;
@@ -45,7 +44,6 @@ struct ShapeParentAnchor
};
-
/** Container that holds a list of shapes and shape templates. */
class ShapeContainer
{
@@ -118,7 +116,6 @@ private:
};
-
template< typename ShapeT >
ShapeT& ShapeContainer::createShape()
{
@@ -134,7 +131,6 @@ const ShapeBase* ShapeContainer::findShape( const Functor& rFunctor ) const
}
-
} // namespace vml
} // namespace oox