summaryrefslogtreecommitdiffstats
path: root/include/oox/vml/vmldrawing.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmldrawing.hxx')
-rw-r--r--include/oox/vml/vmldrawing.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx
index ae6f79e3375b..c6c53fd19409 100644
--- a/include/oox/vml/vmldrawing.hxx
+++ b/include/oox/vml/vmldrawing.hxx
@@ -47,7 +47,7 @@ namespace vml {
class ShapeBase;
struct ClientData;
-// ============================================================================
+
/** Enumerates different types of VML drawings. */
enum DrawingType
@@ -57,7 +57,7 @@ enum DrawingType
VMLDRAWING_POWERPOINT ///< PowerPoint: OLE objects are part of DrawingML.
};
-// ============================================================================
+
/** Contains information about an OLE object embedded in a draw page. */
struct OOX_DLLPUBLIC OleObjectInfo : public ::oox::ole::OleObjectInfo
@@ -88,7 +88,7 @@ struct OOX_DLLPUBLIC ControlInfo
void setShapeId( sal_Int32 nShapeId );
};
-// ============================================================================
+
/** Represents the collection of VML shapes for a complete draw page. */
class OOX_DLLPUBLIC Drawing
@@ -203,7 +203,7 @@ private:
const DrawingType meType; ///< Application type containing the drawing.
};
-// ============================================================================
+
} // namespace vml
} // namespace oox