summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implpolypolygon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/wrapper/implpolypolygon.hxx')
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx
index 1503ed05818f..fdfc19d548b9 100644
--- a/cppcanvas/source/wrapper/implpolypolygon.hxx
+++ b/cppcanvas/source/wrapper/implpolypolygon.hxx
@@ -48,21 +48,21 @@ namespace cppcanvas
virtual ~ImplPolyPolygon();
- virtual void addPolygon( const ::basegfx::B2DPolygon& rPoly );
- virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly );
+ virtual void addPolygon( const ::basegfx::B2DPolygon& rPoly ) SAL_OVERRIDE;
+ virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) SAL_OVERRIDE;
- virtual void setRGBAFillColor( Color::IntSRGBA );
- virtual void setRGBALineColor( Color::IntSRGBA );
- virtual Color::IntSRGBA getRGBAFillColor() const;
- virtual Color::IntSRGBA getRGBALineColor() const;
+ virtual void setRGBAFillColor( Color::IntSRGBA ) SAL_OVERRIDE;
+ virtual void setRGBALineColor( Color::IntSRGBA ) SAL_OVERRIDE;
+ virtual Color::IntSRGBA getRGBAFillColor() const SAL_OVERRIDE;
+ virtual Color::IntSRGBA getRGBALineColor() const SAL_OVERRIDE;
- virtual void setStrokeWidth( const double& rStrokeWidth );
- virtual double getStrokeWidth() const;
+ virtual void setStrokeWidth( const double& rStrokeWidth ) SAL_OVERRIDE;
+ virtual double getStrokeWidth() const SAL_OVERRIDE;
- virtual bool draw() const;
+ virtual bool draw() const SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const;
+ ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const SAL_OVERRIDE;
private:
// default: disabled copy/assignment