diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-06-24 11:39:30 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2013-06-27 15:19:25 +0200 |
commit | a3f2d5c140e9864b1da644ec18ad44fd6ab6334f (patch) | |
tree | 490902598a1a7f22c81f51ec6903c460ffbc5f23 /oox/source/vml/vmlformatting.cxx | |
parent | b25eb9f78b55ba10636c56e6723b66939239b3f5 (diff) |
Forgot to remove one case where nParamCount is set to twice the value
Change-Id: I3649364a889b7ef6ce7ac4316a1621b6328170eb
(cherry picked from commit 7f7a1294e2d0da30a58d897558a18a13dbc5e690)
Diffstat (limited to 'oox/source/vml/vmlformatting.cxx')
-rw-r--r-- | oox/source/vml/vmlformatting.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index 69d9b3506e54..31d4f3282713 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -338,7 +338,7 @@ void ConversionHelper::decodeVmlPath( ::std::vector< ::std::vector< Point > >& r rFlagLists.back().push_back( PolygonFlags_CONTROL ); rFlagLists.back().push_back( PolygonFlags_NORMAL ); aCurrentPoint = rPointLists.back().back(); - nParamCount = 2 * 6; + nParamCount = 6; break; case BEZIER_ABS: // 6* params -> param count reset |