diff options
Diffstat (limited to 'slideshow/source/engine/transitions/waterfallwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/waterfallwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/waterfallwipe.hxx b/slideshow/source/engine/transitions/waterfallwipe.hxx index 6f397058cd43..821c9b7a2993 100644 --- a/slideshow/source/engine/transitions/waterfallwipe.hxx +++ b/slideshow/source/engine/transitions/waterfallwipe.hxx @@ -24,8 +24,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> -namespace slideshow { -namespace internal { +namespace slideshow::internal { /// Generate a vertical left waterfall wipe class WaterfallWipe : public ParametricPolyPolygon @@ -38,7 +37,7 @@ private: ::basegfx::B2DPolygon m_waterfall; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_WATERFALLWIPE_HXX |