summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-10-07 11:16:04 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-09 13:23:01 +0000
commit34c5218c9a33d136bbb9b1e2f91f0f4557ab3fad (patch)
tree4888886640ef952ed52bff3df2601bd30d4655cb /include
parent128a744416bd0c23738ce285ad3e8d7c3e26fbc5 (diff)
Fix fdo#70220 Superscript not imported from pptx.
Import works now, though EditEngine still fscks up font scaling - seems for CharEscapementHeight to work, there has to be reference, non-scaled text in the same portion ... Change-Id: I5505ae83bd6b700ebe8c3465beec40a4df2efb78 Reviewed-on: https://gerrit.libreoffice.org/6154 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/textcharacterproperties.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/textcharacterproperties.hxx b/include/oox/drawingml/textcharacterproperties.hxx
index 99792fe7725d..2e519c95f5b8 100644
--- a/include/oox/drawingml/textcharacterproperties.hxx
+++ b/include/oox/drawingml/textcharacterproperties.hxx
@@ -46,6 +46,7 @@ struct TextCharacterProperties
OptValue< sal_Int32 > moHeight;
OptValue< sal_Int32 > moSpacing;
OptValue< sal_Int32 > moUnderline;
+ OptValue< sal_Int32 > moBaseline;
OptValue< sal_Int32 > moStrikeout;
OptValue< sal_Int32 > moCaseMap;
OptValue< bool > moBold;