summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/spiralwipe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/spiralwipe.hxx')
-rw-r--r--slideshow/source/engine/transitions/spiralwipe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/spiralwipe.hxx b/slideshow/source/engine/transitions/spiralwipe.hxx
index d515a28e5c79..4e11e2df9ed1 100644
--- a/slideshow/source/engine/transitions/spiralwipe.hxx
+++ b/slideshow/source/engine/transitions/spiralwipe.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,7 +46,7 @@ public:
virtual ::basegfx::B2DPolyPolygon operator () ( double t );
protected:
::basegfx::B2DPolyPolygon calcNegSpiral( double t ) const;
-
+
const sal_Int32 m_elements;
const sal_Int32 m_sqrtElements;
const bool m_flipOnYAxis;