summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-20 14:18:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-21 01:12:30 +0200
commitd4ab059050366d38a1e938cc7c0a2c424dfe1098 (patch)
treefd87a7368acf67ba08d8c7b828215bd6ac5a9528
parent8ba60ca42d4d1873b8cd85c5d3b5ed2f0e19df60 (diff)
Resolves: tdf#113253 graphics change shape after ppt roundtrip
Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4 Reviewed-on: https://gerrit.libreoffice.org/43608 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.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 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 :