diff options
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.hxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationcommandnode.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.hxx b/slideshow/source/engine/animationnodes/animationcommandnode.hxx index 09dcf9eb1df0..bcb61f1ddd3f 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.hxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.hxx @@ -24,8 +24,7 @@ #include <iexternalmediashapebase.hxx> #include <com/sun/star/animations/XCommand.hpp> -namespace slideshow { -namespace internal { +namespace slideshow::internal { /** Command node. @@ -52,8 +51,7 @@ private: css::uno::Reference<css::animations::XCommand > mxCommandNode; }; -} // namespace internal -} // namespace slideshow +} // namespace slideshow::internal #endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_ANIMATIONNODES_ANIMATIONCOMMANDNODE_HXX |