summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/shapetransitionfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/shapetransitionfactory.cxx')
-rw-r--r--slideshow/source/engine/transitions/shapetransitionfactory.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/source/engine/transitions/shapetransitionfactory.cxx b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
index 123d62861b6d..2365653379a2 100644
--- a/slideshow/source/engine/transitions/shapetransitionfactory.cxx
+++ b/slideshow/source/engine/transitions/shapetransitionfactory.cxx
@@ -64,15 +64,15 @@ public:
// Animation interface
virtual void prefetch( const AnimatableShapeSharedPtr& rShape,
- const ShapeAttributeLayerSharedPtr& rAttrLayer );
+ const ShapeAttributeLayerSharedPtr& rAttrLayer ) SAL_OVERRIDE;
virtual void start( const AnimatableShapeSharedPtr& rShape,
- const ShapeAttributeLayerSharedPtr& rAttrLayer );
- virtual void end();
+ const ShapeAttributeLayerSharedPtr& rAttrLayer ) SAL_OVERRIDE;
+ virtual void end() SAL_OVERRIDE;
// NumberAnimation interface
- virtual bool operator()( double nValue );
- virtual double getUnderlyingValue() const;
+ virtual bool operator()( double nValue ) SAL_OVERRIDE;
+ virtual double getUnderlyingValue() const SAL_OVERRIDE;
private:
void end_();