From b53907cc966f658dfac16254e1fa1fe72079b9a3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 19 Jul 2020 20:43:52 +0200 Subject: compact namespace: slideshow Change-Id: I8ff0ddc85aa75c25b7881e4696043031ad8d9ce3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99009 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/source/engine/animationnodes/animationpathmotionnode.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'slideshow/source/engine/animationnodes/animationpathmotionnode.hxx') diff --git a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx index a6a37a5b7728..8bd91e158ca2 100644 --- a/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx +++ b/slideshow/source/engine/animationnodes/animationpathmotionnode.hxx @@ -22,8 +22,7 @@ #include "animationbasenode.hxx" #include -namespace slideshow { -namespace internal { +namespace slideshow::internal { class AnimationPathMotionNode : public AnimationBaseNode { @@ -49,8 +48,7 @@ private: css::uno::Reference mxPathMotionNode; }; -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONPATHMOTIONNODE_HXX -- cgit