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.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx
index 4db158ac8eab..cfaed772696b 100644
--- a/cppcanvas/source/wrapper/implpolypolygon.hxx
+++ b/cppcanvas/source/wrapper/implpolypolygon.hxx
@@ -48,17 +48,17 @@ namespace cppcanvas
virtual ~ImplPolyPolygon();
- virtual void setRGBAFillColor( Color::IntSRGBA ) SAL_OVERRIDE;
- virtual void setRGBALineColor( Color::IntSRGBA ) SAL_OVERRIDE;
- virtual Color::IntSRGBA getRGBALineColor() const SAL_OVERRIDE;
+ virtual void setRGBAFillColor( Color::IntSRGBA ) override;
+ virtual void setRGBALineColor( Color::IntSRGBA ) override;
+ virtual Color::IntSRGBA getRGBALineColor() const override;
- virtual void setStrokeWidth( const double& rStrokeWidth ) SAL_OVERRIDE;
- virtual double getStrokeWidth() const SAL_OVERRIDE;
+ virtual void setStrokeWidth( const double& rStrokeWidth ) override;
+ virtual double getStrokeWidth() const override;
- virtual bool draw() const SAL_OVERRIDE;
+ virtual bool draw() const override;
virtual css::uno::Reference<
- css::rendering::XPolyPolygon2D > getUNOPolyPolygon() const SAL_OVERRIDE;
+ css::rendering::XPolyPolygon2D > getUNOPolyPolygon() const override;
private:
ImplPolyPolygon(const ImplPolyPolygon&) = delete;