diff options
Diffstat (limited to 'slideshow/source/engine/transitions/randomwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/randomwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/randomwipe.hxx b/slideshow/source/engine/transitions/randomwipe.hxx index b6df2bb8fde9..3bc2364792b1 100644 --- a/slideshow/source/engine/transitions/randomwipe.hxx +++ b/slideshow/source/engine/transitions/randomwipe.hxx @@ -27,8 +27,7 @@ #include "parametricpolypolygon.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { class RandomWipe : public ParametricPolyPolygon { @@ -43,7 +42,7 @@ private: ::basegfx::B2DPolygon m_rect; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_RANDOMWIPE_HXX |