diff options
Diffstat (limited to 'slideshow/source/engine/transitions/fanwipe.cxx')
-rw-r--r-- | slideshow/source/engine/transitions/fanwipe.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/fanwipe.cxx b/slideshow/source/engine/transitions/fanwipe.cxx index fb61ee9402a7..b86b0def2d5b 100644 --- a/slideshow/source/engine/transitions/fanwipe.cxx +++ b/slideshow/source/engine/transitions/fanwipe.cxx @@ -25,8 +25,7 @@ #include "fanwipe.hxx" -namespace slideshow { -namespace internal { +namespace slideshow::internal { ::basegfx::B2DPolyPolygon FanWipe::operator () ( double t ) { @@ -57,6 +56,5 @@ namespace internal { } } -} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |