diff options
Diffstat (limited to 'slideshow/source/engine/transitions/zigzagwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/zigzagwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/zigzagwipe.hxx b/slideshow/source/engine/transitions/zigzagwipe.hxx index ca927ba44b44..2126483eb859 100644 --- a/slideshow/source/engine/transitions/zigzagwipe.hxx +++ b/slideshow/source/engine/transitions/zigzagwipe.hxx @@ -24,8 +24,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> -namespace slideshow { -namespace internal { +namespace slideshow::internal { /// Generates a left to right zigZag wipe: class ZigZagWipe : public ParametricPolyPolygon @@ -46,7 +45,7 @@ public: virtual ::basegfx::B2DPolyPolygon operator () ( double t ) override; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_ZIGZAGWIPE_HXX |