diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 13:44:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 13:51:29 +0200 |
commit | f4e703aa39e9c294441b6dd86189d8aff32db8bf (patch) | |
tree | 6e5c3dd04760702e160b2d068704da093c7e6a48 /slideshow | |
parent | 3785f82e26c33c385494229be3bcfbe2daffe872 (diff) |
loplugin:unusedfields in sfx2,slideshow,starmath,stoc
Change-Id: If3622b23c45dd3a2a4e9869452142d1f6b47919e
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/transitions/doublediamondwipe.hxx | 4 |
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; }; } |