[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - oox/source

Cédric Bosdonnat cedric.bosdonnat at free.fr
Fri Jun 28 00:24:21 PDT 2013


 oox/source/vml/vmlformatting.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 288be2bb134c856918eb378a1a312e3d439c75e3
Author: Cédric Bosdonnat <cedric.bosdonnat at free.fr>
Date:   Mon Jun 24 11:39:30 2013 +0200

    Forgot to remove one case where nParamCount is set to twice the value
    
    Change-Id: I3649364a889b7ef6ce7ac4316a1621b6328170eb
    (cherry picked from commit 7f7a1294e2d0da30a58d897558a18a13dbc5e690)
    Reviewed-on: https://gerrit.libreoffice.org/4536
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx
index f434084..06543f1 100644
--- a/oox/source/vml/vmlformatting.cxx
+++ b/oox/source/vml/vmlformatting.cxx
@@ -334,7 +334,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


More information about the Libreoffice-commits mailing list