diff options
Diffstat (limited to 'slideshow/source/engine/transitions/boxwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/boxwipe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/transitions/boxwipe.hxx b/slideshow/source/engine/transitions/boxwipe.hxx index bbc37ed67182..31cfaa74cd3c 100644 --- a/slideshow/source/engine/transitions/boxwipe.hxx +++ b/slideshow/source/engine/transitions/boxwipe.hxx @@ -34,7 +34,7 @@ public: BoxWipe( bool topCentered ) : m_topCentered(topCentered), m_unitRect( createUnitRect() ) {} - virtual ::basegfx::B2DPolyPolygon operator () ( double t ); + virtual ::basegfx::B2DPolyPolygon operator () ( double t ) SAL_OVERRIDE; private: const bool m_topCentered; const ::basegfx::B2DPolyPolygon m_unitRect; |