diff options
author | Kurt Nordback <kurt.nordback@protonmail.com> | 2023-12-01 11:18:31 -0700 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-19 01:29:36 +0100 |
commit | 1cda27cf69054b006aa1b16cab8f56339274588b (patch) | |
tree | 7e517f2396e969ac4201ed52cf9846ef28a1ddd4 /xmloff/inc | |
parent | bbc9ac1f08a5ee4b9f65eaf10110df328d95de95 (diff) |
tdf#50934: OfPie inport from OOXML, plus initial work for export
Change-Id: Ie17b583af28d274b3e7817c646dd4f5873e03fef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160733
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlprop.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmlprop.hxx b/xmloff/inc/xmlprop.hxx index 50978ed0fa75..b442dcb2b45c 100644 --- a/xmloff/inc/xmlprop.hxx +++ b/xmloff/inc/xmlprop.hxx @@ -593,6 +593,7 @@ inline constexpr OUString PROP_StandardPageMode = u"StandardPageMode"_ustr; inline constexpr OUString PROP_StartingAngle = u"StartingAngle"_ustr; inline constexpr OUString PROP_StepHelpCount = u"StepHelpCount"_ustr; inline constexpr OUString PROP_StepMain = u"StepMain"_ustr; +inline constexpr OUString PROP_SubPieType = u"SubPieType"_ustr; inline constexpr OUString PROP_SurroundAnchorOnly = u"SurroundAnchorOnly"_ustr; inline constexpr OUString PROP_SurroundContour = u"SurroundContour"_ustr; inline constexpr OUString PROP_SymbolBitmap = u"SymbolBitmap"_ustr; |