summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-08-14 22:52:20 +0200
committerTomaž Vajngerl <quikee@gmail.com>2023-08-25 08:04:29 +0200
commit9d1140cb745613625bbd8af251c778a7c789e6d0 (patch)
treebf8202ed9461e9fd4d231b7460aa0f3705cb823e /xmloff/inc
parent826300d55b8f18593c4b56fb448d09fac52820bd (diff)
xmloff: support stroke/line complex color import/export + test
Change-Id: I4ed901fd5b23e58aafa781e2b07f460f034fbba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155685 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmlprop.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx
index 7610eb2a9abd..d81029cd04fb 100644
--- a/xmloff/inc/xmlprop.hxx
+++ b/xmloff/inc/xmlprop.hxx
@@ -415,6 +415,7 @@ inline constexpr OUStringLiteral PROP_LeftBorderDistance = u"LeftBorderDistance"
inline constexpr OUStringLiteral PROP_LeftMargin = u"LeftMargin";
inline constexpr OUStringLiteral PROP_LineCap = u"LineCap";
inline constexpr OUStringLiteral PROP_LineColor = u"LineColor";
+inline constexpr OUStringLiteral PROP_LineComplexColor = u"LineComplexColor";
inline constexpr OUStringLiteral PROP_LineDashName = u"LineDashName";
inline constexpr OUStringLiteral PROP_LineEndCenter = u"LineEndCenter";
inline constexpr OUStringLiteral PROP_LineEndName = u"LineEndName";