summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/textcharacterproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/textcharacterproperties.hxx')
-rw-r--r--oox/inc/drawingml/textcharacterproperties.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/drawingml/textcharacterproperties.hxx b/oox/inc/drawingml/textcharacterproperties.hxx
index 4dfab74e3c1f..a034121e47d0 100644
--- a/oox/inc/drawingml/textcharacterproperties.hxx
+++ b/oox/inc/drawingml/textcharacterproperties.hxx
@@ -47,6 +47,8 @@ struct TextCharacterProperties
Color maHighlightColor;
OptValue< OUString > moLang;
OptValue< sal_Int32 > moHeight;
+ /// If a font scale has to be applied manually to moHeight.
+ OptValue< double > moFontScale;
OptValue< sal_Int32 > moSpacing;
OptValue< sal_Int32 > moUnderline;
OptValue< sal_Int32 > moBaseline;