summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/shapeimporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/shapeimporter.cxx')
-rw-r--r--slideshow/source/engine/shapes/shapeimporter.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx
index 21322f64c1ef..061e898ceabd 100644
--- a/slideshow/source/engine/shapes/shapeimporter.cxx
+++ b/slideshow/source/engine/shapes/shapeimporter.cxx
@@ -153,20 +153,20 @@ public:
double nPrio );
// Shape:
- virtual uno::Reference<drawing::XShape> getXShape() const SAL_OVERRIDE;
+ virtual uno::Reference<drawing::XShape> getXShape() const override;
virtual void addViewLayer( ViewLayerSharedPtr const& pNewLayer,
- bool bRedrawLayer ) SAL_OVERRIDE;
- virtual bool removeViewLayer( ViewLayerSharedPtr const& pNewLayer ) SAL_OVERRIDE;
- virtual bool clearAllViewLayers() SAL_OVERRIDE;
- virtual bool update() const SAL_OVERRIDE;
- virtual bool render() const SAL_OVERRIDE;
- virtual bool isContentChanged() const SAL_OVERRIDE;
- virtual basegfx::B2DRectangle getBounds() const SAL_OVERRIDE;
- virtual basegfx::B2DRectangle getDomBounds() const SAL_OVERRIDE;
- virtual basegfx::B2DRectangle getUpdateArea() const SAL_OVERRIDE;
- virtual bool isVisible() const SAL_OVERRIDE;
- virtual double getPriority() const SAL_OVERRIDE;
- virtual bool isBackgroundDetached() const SAL_OVERRIDE;
+ bool bRedrawLayer ) override;
+ virtual bool removeViewLayer( ViewLayerSharedPtr const& pNewLayer ) override;
+ virtual bool clearAllViewLayers() override;
+ virtual bool update() const override;
+ virtual bool render() const override;
+ virtual bool isContentChanged() const override;
+ virtual basegfx::B2DRectangle getBounds() const override;
+ virtual basegfx::B2DRectangle getDomBounds() const override;
+ virtual basegfx::B2DRectangle getUpdateArea() const override;
+ virtual bool isVisible() const override;
+ virtual double getPriority() const override;
+ virtual bool isBackgroundDetached() const override;
private:
ShapeSharedPtr const mpGroupShape;