diff options
Diffstat (limited to 'slideshow/source/engine/transitions/barwipepolypolygon.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/barwipepolypolygon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/transitions/barwipepolypolygon.hxx b/slideshow/source/engine/transitions/barwipepolypolygon.hxx index 6122c1a800a9..62ba19f44042 100644 --- a/slideshow/source/engine/transitions/barwipepolypolygon.hxx +++ b/slideshow/source/engine/transitions/barwipepolypolygon.hxx @@ -35,7 +35,7 @@ public: : m_nBars(nBars), m_unitRect( createUnitRect() ) {} - virtual ::basegfx::B2DPolyPolygon operator () ( double t ) SAL_OVERRIDE; + virtual ::basegfx::B2DPolyPolygon operator () ( double t ) override; private: const sal_Int32 m_nBars; const ::basegfx::B2DPolygon m_unitRect; |