diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationpathmotionnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationpathmotionnode.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
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 <com/sun/star/animations/XAnimateMotion.hpp> -namespace slideshow { -namespace internal { +namespace slideshow::internal { class AnimationPathMotionNode : public AnimationBaseNode { @@ -49,8 +48,7 @@ private: css::uno::Reference<css::animations::XAnimateMotion > mxPathMotionNode; }; -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONPATHMOTIONNODE_HXX |