summaryrefslogtreecommitdiff
path: root/include/svtools/imappoly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imappoly.hxx')
-rw-r--r--include/svtools/imappoly.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/imappoly.hxx b/include/svtools/imappoly.hxx
index 0c6ee47198fc..af48e04fa851 100644
--- a/include/svtools/imappoly.hxx
+++ b/include/svtools/imappoly.hxx
@@ -37,8 +37,8 @@ class SVT_DLLPUBLIC IMapPolygonObject : public IMapObject
protected:
// Binaer-Im-/Export
- virtual void WriteIMapObject( SvStream& rOStm ) const SAL_OVERRIDE;
- virtual void ReadIMapObject( SvStream& rIStm ) SAL_OVERRIDE;
+ virtual void WriteIMapObject( SvStream& rOStm ) const override;
+ virtual void ReadIMapObject( SvStream& rIStm ) override;
public:
IMapPolygonObject() : bEllipse(false) {}
@@ -52,8 +52,8 @@ public:
bool bPixelCoords = true );
virtual ~IMapPolygonObject() {}
- virtual sal_uInt16 GetType() const SAL_OVERRIDE;
- virtual bool IsHit( const Point& rPoint ) const SAL_OVERRIDE;
+ virtual sal_uInt16 GetType() const override;
+ virtual bool IsHit( const Point& rPoint ) const override;
tools::Polygon GetPolygon( bool bPixelCoords = true ) const;