summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx b/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
index 33055b5ae6b5..6be6c2eeae0e 100644
--- a/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hatchtextureprimitive3d.hxx
@@ -68,10 +68,10 @@ namespace drawinglayer
const attribute::FillHatchAttribute& getHatch() const { return maHatch; }
/// compare operator
- virtual bool operator==(const BasePrimitive3D& rPrimitive) const SAL_OVERRIDE;
+ virtual bool operator==(const BasePrimitive3D& rPrimitive) const override;
/// local decomposition.
- virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
+ virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const override;
/// provide unique ID
DeclPrimitive3DIDBlock()