Files
libreoffice/xmloff/source
Caolán McNamara df2ad69d5d Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence property
examining svx/source/unodraw/unoprov.cxx "Geometry" is a
indeed a drawing::PolyPolygonBezierCoords for the BezierShapes
and a drawing::PointSequenceSequence for the PolyShapes

regression since e44335abe0 because after
223f6b631c we started getting
drawing::PointSequenceSequences in maPath which is the wrong type for the
argument to property "PolyPolygonBezier" for those shapes.  Which led me to
incorrectly assume that the all PolyPolygonBezier properties were named
"PolyPolygonBezier" which isn't the case.

so reverting the non maPath hunks of e44335abe0

Change-Id: I013a66778d11a472fc4567e53a9e17e73e2b91ce
2014-01-27 11:14:36 +00:00
..
2014-01-20 21:32:27 +00:00
2014-01-24 14:02:00 +00:00