diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/basecontainernode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/basecontainernode.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/basecontainernode.cxx b/slideshow/source/engine/animationnodes/basecontainernode.cxx index e1044a1a364a..cde434f3d7bd 100644 --- a/slideshow/source/engine/animationnodes/basecontainernode.cxx +++ b/slideshow/source/engine/animationnodes/basecontainernode.cxx @@ -31,8 +31,7 @@ using namespace com::sun::star; -namespace slideshow { -namespace internal { +namespace slideshow::internal { namespace { bool isRepeatIndefinite(const uno::Reference<animations::XAnimationNode>& xNode) { @@ -217,7 +216,6 @@ void BaseContainerNode::showState() const } #endif -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |