diff options
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/slideview.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx index 2d2c42153318..5db492d1b3b9 100644 --- a/slideshow/source/engine/slideview.cxx +++ b/slideshow/source/engine/slideview.cxx @@ -27,7 +27,6 @@ #include "delayevent.hxx" #include "unoview.hxx" -#include <rtl/instance.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase2.hxx> #include <cppuhelper/implementationentry.hxx> @@ -70,14 +69,6 @@ namespace internal { namespace { -struct StaticUnitRectPoly : public rtl::StaticWithInit<basegfx::B2DPolygon, StaticUnitRectPoly> -{ - basegfx::B2DPolygon operator()() - { - return basegfx::tools::createUnitPolygon(); - } -}; - /** Sprite entry, to store sprite plus priority The operator<() defines a strict weak ordering of sprites, sort |