summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/randomwipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/randomwipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/randomwipe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/randomwipe.cxx b/slideshow/source/engine/transitions/randomwipe.cxx
index 424d53093d09..4fdf9fdba0db 100644
--- a/slideshow/source/engine/transitions/randomwipe.cxx
+++ b/slideshow/source/engine/transitions/randomwipe.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
@@ -67,7 +67,7 @@ RandomWipe::RandomWipe( sal_Int32 nElements, bool randomBars )
aTransform.scale( pedge, pedge );
}
m_rect.transform( aTransform );
-
+
// mix up:
for ( sal_Int32 pos1 = nElements ; pos1-- ; )
{