diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationsetnode.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx index c2eda0ddc990..350e80fbcfe7 100644 --- a/slideshow/source/engine/animationnodes/animationsetnode.cxx +++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx @@ -27,8 +27,7 @@ using namespace com::sun::star; -namespace slideshow { -namespace internal { +namespace slideshow::internal { AnimationActivitySharedPtr AnimationSetNode::createActivity() const { @@ -187,7 +186,6 @@ AnimationActivitySharedPtr AnimationSetNode::createActivity() const return AnimationActivitySharedPtr(); } -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |