summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/transitions/doublediamondwipe.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/doublediamondwipe.hxx b/slideshow/source/engine/transitions/doublediamondwipe.hxx
index 684a9819ad5f..5415f61ef38c 100644
--- a/slideshow/source/engine/transitions/doublediamondwipe.hxx
+++ b/slideshow/source/engine/transitions/doublediamondwipe.hxx
@@ -33,10 +33,8 @@ namespace internal {
class DoubleDiamondWipe : public ParametricPolyPolygon
{
public:
- DoubleDiamondWipe() : m_unitRect( createUnitRect() ) {}
+ DoubleDiamondWipe() {}
virtual ::basegfx::B2DPolyPolygon operator()( double x ) override;
-private:
- const ::basegfx::B2DPolyPolygon m_unitRect;
};
}