summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :