summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/groupprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/groupprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/groupprimitive3d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/groupprimitive3d.hxx b/include/drawinglayer/primitive3d/groupprimitive3d.hxx
index f9a0aee95cfa..0fae848618b7 100644
--- a/include/drawinglayer/primitive3d/groupprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/groupprimitive3d.hxx
@@ -63,10 +63,10 @@ namespace drawinglayer
Primitive3DSequence getChildren() const { return maChildren; }
/// compare operator
- virtual bool operator==( const BasePrimitive3D& rPrimitive ) const;
+ virtual bool operator==( const BasePrimitive3D& rPrimitive ) const SAL_OVERRIDE;
/// local decomposition. Implementation will just return children
- virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const;
+ virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
DeclPrimitive3DIDBlock()