summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/hittestprocessor2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/hittestprocessor2d.hxx')
-rw-r--r--include/drawinglayer/processor2d/hittestprocessor2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index 11678e854822..e1cd88702284 100644
--- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
@@ -67,7 +67,7 @@ namespace drawinglayer
bool mbHitTextOnly : 1;
/// tooling methods
- void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate);
+ void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) SAL_OVERRIDE;
bool checkHairlineHitWithTolerance(
const basegfx::B2DPolygon& rPolygon,
double fDiscreteHitTolerance);