summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/shape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/shape.hxx')
-rw-r--r--include/oox/drawingml/shape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 1419a1563fc0..fa3f58c83d9c 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -54,7 +54,7 @@ struct ShapeStyleRef
typedef ::std::map< sal_Int32, ShapeStyleRef > ShapeStyleRefMap;
-// ============================================================================
+
/** Additional information for a chart embedded in a drawing shape. */
struct ChartShapeInfo
@@ -65,7 +65,7 @@ struct ChartShapeInfo
explicit ChartShapeInfo( bool bEmbedShapes ) : mbEmbedShapes( bEmbedShapes ) {}
};
-// ============================================================================
+
class OOX_DLLPUBLIC Shape
: public boost::enable_shared_from_this< Shape >
@@ -286,7 +286,7 @@ private:
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> maDiagramDoms;
};
-// ============================================================================
+
} }