diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:43:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:52:35 +0200 |
commit | b53907cc966f658dfac16254e1fa1fe72079b9a3 (patch) | |
tree | d761268c2cd5eff43fe1c0dd09fc5e04415f0e04 /slideshow/source/engine/transitions/clockwipe.hxx | |
parent | 9e7baa477530f96da6fbeeb07f0f6405a93bfe05 (diff) |
compact namespace: slideshow
Change-Id: I8ff0ddc85aa75c25b7881e4696043031ad8d9ce3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99009
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/transitions/clockwipe.hxx')
-rw-r--r-- | slideshow/source/engine/transitions/clockwipe.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/clockwipe.hxx b/slideshow/source/engine/transitions/clockwipe.hxx index cd54086f6925..437f308285f3 100644 --- a/slideshow/source/engine/transitions/clockwipe.hxx +++ b/slideshow/source/engine/transitions/clockwipe.hxx @@ -24,8 +24,7 @@ #include "parametricpolypolygon.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { /// Generates a clockWiseTwelve clock wipe: class ClockWipe : public ParametricPolyPolygon @@ -36,7 +35,7 @@ public: virtual ::basegfx::B2DPolyPolygon operator () ( double t ) override; }; -} + } #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_TRANSITIONS_CLOCKWIPE_HXX |