diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index d822812b5414..bff4bd509a43 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -1470,8 +1470,6 @@ void SdXMLPathShapeContext::StartElement(const uno::Reference< xml::sax::XAttrib aPolyPolygon, aSourcePolyPolygon); aAny <<= aSourcePolyPolygon; - - xPropSet->setPropertyValue(OUString("PolyPolygonBezier"), aAny); } else { @@ -1481,9 +1479,9 @@ void SdXMLPathShapeContext::StartElement(const uno::Reference< xml::sax::XAttrib aPolyPolygon, aSourcePolyPolygon); aAny <<= aSourcePolyPolygon; - - xPropSet->setPropertyValue(OUString("Geometry"), aAny); } + + xPropSet->setPropertyValue(OUString("Geometry"), aAny); } // set pos, size, shear and rotate |