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

New commits:
commit d4ab059050366d38a1e938cc7c0a2c424dfe1098
Author: Caolán McNamara <caol...@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/43608
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/filter/source/msfilter/escherex.cxx 
b/filter/source/msfilter/escherex.cxx
index ee7dfe17b36b..780ea677b163 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -3145,7 +3145,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 :
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to