diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/setactivity.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/setactivity.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/setactivity.hxx b/slideshow/source/engine/animationnodes/setactivity.hxx index 37e3ff3a53b4..b3585af2e9b8 100644 --- a/slideshow/source/engine/animationnodes/setactivity.hxx +++ b/slideshow/source/engine/animationnodes/setactivity.hxx @@ -26,8 +26,7 @@ #include <shapeattributelayer.hxx> #include <activitiesfactory.hxx> -namespace slideshow { -namespace internal { +namespace slideshow::internal { /** Templated setter for animation values @@ -136,8 +135,7 @@ template <class AnimationT> AnimationActivitySharedPtr makeSetActivity( return std::make_shared<SetActivity<AnimationT>>(rParms,rAnimation,rToValue); } -} // namespace internal -} // namespace presentation +} // namespace presentation::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_SETACTIVITY_HXX |