summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/iriswipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/iriswipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/iriswipe.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/iriswipe.cxx b/slideshow/source/engine/transitions/iriswipe.cxx
index 02a9cd333161..72d3e5a61bdf 100644
--- a/slideshow/source/engine/transitions/iriswipe.cxx
+++ b/slideshow/source/engine/transitions/iriswipe.cxx
@@ -23,8 +23,7 @@
#include "iriswipe.hxx"
-namespace slideshow {
-namespace internal {
+namespace slideshow::internal {
::basegfx::B2DPolyPolygon IrisWipe::operator () ( double t )
{
@@ -38,6 +37,5 @@ namespace internal {
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */