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