summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/linegeometryextractor2d.hxx')
-rw-r--r--include/drawinglayer/processor2d/linegeometryextractor2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
index e7d64e0d9c11..1afe0debd3a0 100644
--- a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
+++ b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx
@@ -47,7 +47,7 @@ namespace drawinglayer
bool mbInLineGeometry : 1;
/// tooling methods
- void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) SAL_OVERRIDE;
+ void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;
public:
LineGeometryExtractor2D(const geometry::ViewInformation2D& rViewInformation);