summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-20 14:18:29 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-11-02 21:44:17 +0100
commit6a69400f3e2148d8958abfd8d64af5259c9fd8e8 (patch)
treefd3f931bbe846185554ad54c62b927a392302fdd
parentccb435e3ee93feabb53f0f8a6710b0fca0317455 (diff)
Resolves: tdf#113253 graphics change shape after ppt roundtrip
Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4 Reviewed-on: https://gerrit.libreoffice.org/43610 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit bb14f64131148b01f599a91373e81b822d624ba4) Reviewed-on: https://gerrit.libreoffice.org/43660 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 6149a1ccc8c0..c1538cb3cc6d 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 :