summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx
index d48fe1c45238..9a4737dd9784 100644
--- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx
+++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx
@@ -23,8 +23,7 @@
#include <usereventqueue.hxx>
#include "sequentialtimecontainer.hxx"
-namespace slideshow {
-namespace internal {
+namespace slideshow::internal {
void SequentialTimeContainer::activate_st()
{
@@ -124,7 +123,6 @@ void SequentialTimeContainer::notifyDeactivating(
}
}
-} // namespace internal
-} // namespace slideshow
+} // namespace slideshow::internal
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */