summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-06-24 11:39:30 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-06-26 11:29:14 +0200
commit7f7a1294e2d0da30a58d897558a18a13dbc5e690 (patch)
tree0d23a38a16395d4b8022f5b22fe3f9d726f70ca1
parent48a25944a8bc00f4cac90c602c01f9f1ecd63256 (diff)
Forgot to remove one case where nParamCount is set to twice the value
Change-Id: I3649364a889b7ef6ce7ac4316a1621b6328170eb
-rw-r--r--oox/source/vml/vmlformatting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx
index d59ff6a6a3c6..a40e93e14029 100644
--- a/oox/source/vml/vmlformatting.cxx
+++ b/oox/source/vml/vmlformatting.cxx
@@ -339,7 +339,7 @@ bool lclExtractDouble( double& orfValue, sal_Int32& ornEndPos, const OUString& 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