diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2018-07-20 17:21:43 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2018-08-02 17:16:08 +0200 |
commit | bf3420110cdd21490bc8d49a471340e747585159 (patch) | |
tree | 7ab84ace33c8dc6f5c1872c50d9c5b0e58636ee2 /oox/source/drawingml/textbodyproperties.cxx | |
parent | 587d2c036bbd250c9186c927ab7097d64742c5bb (diff) |
tdf#116350 Import preset text geometry (text effects)
"Font effect" implementation, instead of normal
text, content is converted to "fontwork".
Change-Id: I5d02c7faedb66a4b919e64ae1b830bffb69984c1
Reviewed-on: https://gerrit.libreoffice.org/58358
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'oox/source/drawingml/textbodyproperties.cxx')
-rw-r--r-- | oox/source/drawingml/textbodyproperties.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/textbodyproperties.cxx b/oox/source/drawingml/textbodyproperties.cxx index 71f8c8c3f1bd..5998c429b494 100644 --- a/oox/source/drawingml/textbodyproperties.cxx +++ b/oox/source/drawingml/textbodyproperties.cxx @@ -33,6 +33,7 @@ namespace drawingml { TextBodyProperties::TextBodyProperties() : mbAnchorCtr(false) , meVA( TextVerticalAdjust_TOP ) + , msPrst() { } |