diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:07:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:07:40 +0000 |
commit | ff3b826e6bc150b8f1caa59f349274fb73ed91e6 (patch) | |
tree | 79abefd84197144603ac0a8ac43cf9532e71b476 /slideshow/source/engine/animationfactory.cxx | |
parent | 1b9194c85826a55e35acc6b0a51bf14b92faee87 (diff) |
INTEGRATION: CWS aw033 (1.13.24); FILE MERGED
2008/07/11 11:38:26 aw 1.13.24.3: RESYNC: (1.14-1.15); FILE MERGED
2008/05/14 14:44:29 aw 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED
2007/11/22 15:11:24 aw 1.13.24.1: #i39532# polygon bezier changes
Diffstat (limited to 'slideshow/source/engine/animationfactory.cxx')
-rw-r--r-- | slideshow/source/engine/animationfactory.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationfactory.cxx b/slideshow/source/engine/animationfactory.cxx index 65afdc7328c6..61e65981f6ce 100644 --- a/slideshow/source/engine/animationfactory.cxx +++ b/slideshow/source/engine/animationfactory.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: animationfactory.cxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -248,8 +248,8 @@ namespace slideshow // TODO(F2): Since getPositionRelative() currently // cannot handle beziers, have to subdivide. - maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle( - aPolyPoly.getB2DPolygon(0) ); + // AW: Should be no longer necessary; getPositionRelative is now bezier-safe + maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) ); } ~PathAnimation() |