summaryrefslogtreecommitdiff
path: root/include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx')
-rw-r--r--include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx b/include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx
index d5bf6d35769a..ce8bd26de582 100644
--- a/include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx
+++ b/include/svx/sdr/primitive2d/sdrpathprimitive2d.hxx
@@ -43,7 +43,7 @@ namespace drawinglayer
protected:
// local decomposition.
- virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformation) const;
+ virtual Primitive2DSequence create2DDecomposition(const geometry::ViewInformation2D& aViewInformation) const SAL_OVERRIDE;
public:
SdrPathPrimitive2D(
@@ -57,7 +57,7 @@ namespace drawinglayer
const basegfx::B2DPolyPolygon& getUnitPolyPolygon() const { return maUnitPolyPolygon; }
// compare operator
- virtual bool operator==(const BasePrimitive2D& rPrimitive) const;
+ virtual bool operator==(const BasePrimitive2D& rPrimitive) const SAL_OVERRIDE;
// provide unique ID
DeclPrimitive2DIDBlock()