diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/propertyanimationnode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/propertyanimationnode.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx index c893bb027f36..2643c44036d8 100644 --- a/slideshow/source/engine/animationnodes/propertyanimationnode.cxx +++ b/slideshow/source/engine/animationnodes/propertyanimationnode.cxx @@ -23,8 +23,7 @@ using namespace com::sun::star; -namespace slideshow { -namespace internal { +namespace slideshow::internal { AnimationActivitySharedPtr PropertyAnimationNode::createActivity() const { @@ -96,7 +95,6 @@ AnimationActivitySharedPtr PropertyAnimationNode::createActivity() const return AnimationActivitySharedPtr(); } -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |