summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/boxwipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/boxwipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/boxwipe.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/boxwipe.cxx b/slideshow/source/engine/transitions/boxwipe.cxx
index dabcc47e5ac3..0844a905cb56 100644
--- a/slideshow/source/engine/transitions/boxwipe.cxx
+++ b/slideshow/source/engine/transitions/boxwipe.cxx
@@ -22,8 +22,7 @@
#include "boxwipe.hxx"
-namespace slideshow {
-namespace internal {
+namespace slideshow::internal {
::basegfx::B2DPolyPolygon BoxWipe::operator () ( double t )
{
@@ -43,6 +42,5 @@ namespace internal {
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */