summaryrefslogtreecommitdiffstats
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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index f927ec83f599..cc8058595cee 100644
--- a/include/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
@@ -36,7 +36,7 @@ class Drawing;
class ShapeType;
class ShapeBase;
-// ============================================================================
+
struct ShapeParentAnchor
{
@@ -44,7 +44,7 @@ struct ShapeParentAnchor
::com::sun::star::awt::Rectangle maCoordSys;
};
-// ============================================================================
+
/** Container that holds a list of shapes and shape templates. */
class ShapeContainer
@@ -121,7 +121,7 @@ private:
std::stack< size_t > markStack; ///< Recursion marks from pushMark()/popMark().
};
-// ----------------------------------------------------------------------------
+
template< typename ShapeT >
ShapeT& ShapeContainer::createShape()
@@ -143,7 +143,7 @@ const ShapeBase* ShapeContainer::findShape( const Functor& rFunctor ) const
return maShapes.findIf( rFunctor ).get();
}
-// ============================================================================
+
} // namespace vml
} // namespace oox