summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
index a83a733e228d..fe030c9a6fe8 100644
--- a/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrlatheprimitive3d.hxx
@@ -88,7 +88,7 @@ namespace drawinglayer
const basegfx::B2DPoint& rEnd) const;
/// local decomposition.
- virtual Primitive3DSequence create3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const;
+ virtual Primitive3DSequence create3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
public:
/// constructor
@@ -126,13 +126,13 @@ namespace drawinglayer
bool getCloseBack() const { return mbCloseBack; }
/// compare operator
- virtual bool operator==(const BasePrimitive3D& rPrimitive) const;
+ virtual bool operator==(const BasePrimitive3D& rPrimitive) const SAL_OVERRIDE;
/// get range
- virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const;
+ virtual basegfx::B3DRange getB3DRange(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
/// Overloaded to allow for reduced line mode to decide if to buffer decomposition or not
- virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const;
+ virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
/// provide unique ID
DeclPrimitive3DIDBlock()