[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - filter/source

Caolán McNamara caolanm at redhat.com
Fri Oct 20 18:08:15 UTC 2017


 filter/source/msfilter/escherex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb14f64131148b01f599a91373e81b822d624ba4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Oct 20 14:18:29 2017 +0100

    Resolves: tdf#113253 graphics change shape after ppt roundtrip
    
    Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4
    Reviewed-on: https://gerrit.libreoffice.org/43610
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index ec2db79883cb..01a77919ec69 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -3160,7 +3160,7 @@ void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeT
                                                     break;
                                                     case css::drawing::EnhancedCustomShapeSegmentCommand::NOFILL :
                                                     {
-                                                        nVal = (msopathEscape << 13) | (5 << 8);
+                                                        nVal = (msopathEscape << 13) | (10 << 8);
                                                     }
                                                     break;
                                                     case css::drawing::EnhancedCustomShapeSegmentCommand::NOSTROKE :


More information about the Libreoffice-commits mailing list