summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx')
-rw-r--r--slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx b/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
index e67ddb5b477f..8022a012c8f2 100644
--- a/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
+++ b/slideshow/source/engine/transitions/parametricpolypolygonfactory.cxx
@@ -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
@@ -69,7 +69,7 @@ namespace slideshow
{
using namespace ::com::sun::star::animations::TransitionType;
using namespace ::com::sun::star::animations::TransitionSubType;
-
+
switch (nType)
{
case BARWIPE:
@@ -287,7 +287,7 @@ namespace slideshow
return ParametricPolyPolygonSharedPtr( new ZigZagWipe(5) );
case BARNZIGZAGWIPE:
return ParametricPolyPolygonSharedPtr( new BarnZigZagWipe(5) );
-
+
case BOWTIEWIPE:
case BARNVEEWIPE:
case EYEWIPE:
@@ -298,15 +298,15 @@ namespace slideshow
// for now, map to barwipe transition
return ParametricPolyPolygonSharedPtr(
new BarWipePolyPolygon );
-
+
default:
case PUSHWIPE:
case SLIDEWIPE:
case FADE:
- ENSURE_OR_THROW( false,
+ ENSURE_OR_THROW( false,
"createShapeClipPolyPolygonAnimation(): Transition type mismatch" );
}
-
+
return ParametricPolyPolygonSharedPtr();
}
}