summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2019-08-10 12:11:38 +0200
committerBartosz Kosiorek <gang65@poczta.onet.pl>2019-08-26 11:29:12 +0200
commit695f6bae59de85ae2a69afc9aca5d94758ff86ed (patch)
tree8e4fbd9ddb6e5f603abd688c842ff2c1bc39c06e /include
parent92f527ef00fe7fa4f84e6577c7249de845be6479 (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> (cherry picked from commit 606a88d2abf85aa6edcc1fa26dc50cab6de3241f) Reviewed-on: https://gerrit.libreoffice.org/77553 Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index 8470f07ea154..dd2c3282a9d4 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -52,6 +52,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,