summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-10-07 11:16:04 +0200
committerThorsten Behrens <thb@documentfoundation.org>2013-10-07 11:57:54 +0200
commit840a8573c8cebe67ddd3c9fe106c7dbd789bb334 (patch)
tree2762e0067fe735f3174dc4586492200d27e0be1c /include/oox
parent49bae3b37fba86f9ca84a317d6c1dd7d41736eae (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
Diffstat (limited to 'include/oox')
-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;