summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-01-29 17:25:17 +0100
committerLászló Németh <nemeth@numbertext.org>2021-03-29 17:04:43 +0200
commit9083ed07950d8c9f3e5f2f8bba7f07862c6433e2 (patch)
treee85efda3c8b909e2ada5fd0113c4b055cd784957 /oox
parentf35e0b2cbfd6e7150aeb5699e1db1d7c13fdb935 (diff)
tdf#125560 PPTX import: fix WordArt effect textDeflate and textInflateTop
These effects were mapped incorrectly, resulting missing display and after ODP round-trip, changed effects. Code pointers and test documents by Regina Henschel. Change-Id: I8a05702b1c48492b9542dd827b1ac1daf2423bfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112786 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/presetgeometrynames.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/presetgeometrynames.cxx b/oox/source/drawingml/presetgeometrynames.cxx
index d74cd352b282..04dff605c629 100644
--- a/oox/source/drawingml/presetgeometrynames.cxx
+++ b/oox/source/drawingml/presetgeometrynames.cxx
@@ -52,10 +52,10 @@ const PresetGeometryName pPresetGeometryNameArray[]
{ "textDoubleWave1", "mso-spt158" },
{ "textWave4", "mso-spt159" },
{ "textInflate", "fontwork-inflate" },
- { "textDeflate", "fontwork-inflate" },
+ { "textDeflate", "mso-spt161" },
{ "textInflateBottom", "mso-spt162" },
{ "textDeflateBottom", "mso-spt163" },
- { "textInflateTop", "mso-spt163" },
+ { "textInflateTop", "mso-spt164" },
{ "textDeflateTop", "mso-spt165" },
{ "textDeflateInflate", "mso-spt166" },
{ "textDeflateInflateDeflate", "mso-spt167" },