summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/doublediamondwipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/doublediamondwipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/doublediamondwipe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/doublediamondwipe.cxx b/slideshow/source/engine/transitions/doublediamondwipe.cxx
index 41b71493c2e3..30ea4cdaf2d5 100644
--- a/slideshow/source/engine/transitions/doublediamondwipe.cxx
+++ b/slideshow/source/engine/transitions/doublediamondwipe.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
@@ -59,7 +59,7 @@ namespace internal {
poly.append( ::basegfx::B2DPoint( 0.5, 0.5 - b ) );
poly.setClosed(true);
res.append(poly);
-
+
return res;
}