Kaydet (Commit) d4ab0590 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#113253 graphics change shape after ppt roundtrip

Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4
Reviewed-on: https://gerrit.libreoffice.org/43608Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 8ba60ca4
...@@ -3145,7 +3145,7 @@ void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeT ...@@ -3145,7 +3145,7 @@ void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeT
break; break;
case css::drawing::EnhancedCustomShapeSegmentCommand::NOFILL : case css::drawing::EnhancedCustomShapeSegmentCommand::NOFILL :
{ {
nVal = (msopathEscape << 13) | (5 << 8); nVal = (msopathEscape << 13) | (10 << 8);
} }
break; break;
case css::drawing::EnhancedCustomShapeSegmentCommand::NOSTROKE : case css::drawing::EnhancedCustomShapeSegmentCommand::NOSTROKE :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment