slideshow/source/engine/transitions/ellipsewipe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2212bf8bbb1bce09a1b49accb459d260c1302bff Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 19 10:24:41 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 19 10:27:33 2019 +0100 Fix typo Change-Id: I9180bbf41d6b8d92ef8a32ea85a692d50cea848c Reviewed-on: https://gerrit.libreoffice.org/85491 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/slideshow/source/engine/transitions/ellipsewipe.cxx b/slideshow/source/engine/transitions/ellipsewipe.cxx index 9cf694683adb..395b1a750de4 100644 --- a/slideshow/source/engine/transitions/ellipsewipe.cxx +++ b/slideshow/source/engine/transitions/ellipsewipe.cxx @@ -36,7 +36,7 @@ namespace internal { { // oval: ::basegfx::B2DPolygon poly ( - ::basegfx::utils::createPolygonFromEllipse( rCenter, fRadius*2, fRadius ) ); //Horizontal Ellipse is rotated by 90 degress + ::basegfx::utils::createPolygonFromEllipse( rCenter, fRadius*2, fRadius ) ); //Horizontal Ellipse is rotated by 90 degrees return ::basegfx::B2DPolyPolygon( poly ); } else _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
