summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2019-06-14 19:10:36 +0200
committerRegina Henschel <rb.henschel@t-online.de>2019-06-17 18:48:14 +0200
commit2be2c914ed48823304c2e95a836ee93a08853628 (patch)
tree310fb25c47b2cf6bc07b640cfc54b199cb34b845 /oox/inc
parent04d37a2151cdab801fff7229c2624a8e21be8c4b (diff)
tdf#51195, tdf#100348 Convert Fontwork to TextWarp on export
LibreOffice has Fontwork as property text-path in enhanced-custom- geometry. OOXML has the similar TextWarp as property of a textbox. The patch converts the custom shape to a textbox and sets the attribute prstTxWarp. Fill and outline of the Fontwork is lost. The import and export of fill and outline is tracked in tdf#119221 and still needs to be fixed. Change-Id: I8ea7b305d7d0a8367d61c1789f22b56d274a311d Reviewed-on: https://gerrit.libreoffice.org/74057 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/presetgeometrynames.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/drawingml/presetgeometrynames.hxx b/oox/inc/drawingml/presetgeometrynames.hxx
index 51721e41febd..358fc9acefb6 100644
--- a/oox/inc/drawingml/presetgeometrynames.hxx
+++ b/oox/inc/drawingml/presetgeometrynames.hxx
@@ -16,6 +16,7 @@
namespace PresetGeometryTypeNames
{
OOX_DLLPUBLIC OUString GetFontworkType(const OUString& rMsoType);
+OOX_DLLPUBLIC OUString GetMsoName(const OUString& rFontworkType);
}
#endif