summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
index 6861b352a2cc..62bd9813698a 100644
--- a/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/clippedborderlineprimitive2d.hxx
@@ -31,7 +31,7 @@ namespace drawinglayer
protected:
virtual basegfx::B2DPolyPolygon getClipPolygon(
- const geometry::ViewInformation2D& rViewInformation) const SAL_OVERRIDE;
+ const geometry::ViewInformation2D& rViewInformation) const override;
public:
/// constructor
@@ -50,7 +50,7 @@ namespace drawinglayer
double fPatternScale = 1.0 );
/// compare operator
- virtual bool operator==(const BasePrimitive2D& rPrimitive) const SAL_OVERRIDE;
+ virtual bool operator==(const BasePrimitive2D& rPrimitive) const override;
/// provide unique ID
DeclPrimitive2DIDBlock()