diff options
Diffstat (limited to 'slideshow/source/engine/transitions/boxwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/boxwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/boxwipe.hxx b/slideshow/source/engine/transitions/boxwipe.hxx index 720720864e81..d542e3e56793 100644 --- a/slideshow/source/engine/transitions/boxwipe.hxx +++ b/slideshow/source/engine/transitions/boxwipe.hxx @@ -24,8 +24,7 @@ #include "transitiontools.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { /// Generates a default topleft to right bottom box wipe class BoxWipe : public ParametricPolyPolygon @@ -40,7 +39,7 @@ private: const ::basegfx::B2DPolyPolygon m_unitRect; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_BOXWIPE_HXX |