From 9d1140cb745613625bbd8af251c778a7c789e6d0 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 14 Aug 2023 22:52:20 +0200 Subject: xmloff: support stroke/line complex color import/export + test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4ed901fd5b23e58aafa781e2b07f460f034fbba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155685 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- xmloff/inc/xmlprop.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff/inc') 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"; -- cgit