summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/boxwipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/boxwipe.cxx')
-rw-r--r--slideshow/source/engine/transitions/boxwipe.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/transitions/boxwipe.cxx b/slideshow/source/engine/transitions/boxwipe.cxx
index b4d479de7e43..0ecfe203ecdf 100644
--- a/slideshow/source/engine/transitions/boxwipe.cxx
+++ b/slideshow/source/engine/transitions/boxwipe.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
@@ -48,7 +48,7 @@ namespace internal {
} else {
aTransform.scale( d, d );
}
-
+
::basegfx::B2DPolyPolygon res( m_unitRect );
res.transform( aTransform );
return res;