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