diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2019-08-10 12:11:38 +0200 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2019-08-15 22:43:51 +0200 |
commit | 606a88d2abf85aa6edcc1fa26dc50cab6de3241f (patch) | |
tree | d96ab0cd8b9f0e93f2a58ad7b2824262cd95a609 /include/oox/drawingml | |
parent | 8e0918a04ee6797909264943eba23707b224c34c (diff) |
tdf#126746 Add support for import/export line caps for .pptx format
With this commit I have added importing and exporting line caps,
which could be (for pptx format:
rnd Round Line Cap
sq Square Line Cap
flat Flat Line Cap
Also exporting of these caps are added.
Change-Id: I799485048a2a7ac8df89f004e177d507f86ce99d
Reviewed-on: https://gerrit.libreoffice.org/77233
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'include/oox/drawingml')
-rw-r--r-- | include/oox/drawingml/shapepropertymap.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx index eff203a4643d..cc55b24e8ceb 100644 --- a/include/oox/drawingml/shapepropertymap.hxx +++ b/include/oox/drawingml/shapepropertymap.hxx @@ -49,6 +49,7 @@ enum class ShapeProperty LineColor, LineTransparency, LineDash, ///< Explicit line dash or name of a line dash stored in a global container. + LineCap, LineJoint, LineStart, ///< Explicit line start marker or name of a line marker stored in a global container. LineStartWidth, |