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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/inc/drawingml/textcharacterproperties.hxx b/oox/inc/drawingml/textcharacterproperties.hxx
index 6d7229a6a461..055e58f758f7 100644
--- a/oox/inc/drawingml/textcharacterproperties.hxx
+++ b/oox/inc/drawingml/textcharacterproperties.hxx
@@ -42,7 +42,6 @@ struct TextCharacterProperties
TextFont maComplexFont;
TextFont maComplexThemeFont;
TextFont maSymbolFont;
- Color maCharColor;
Color maUnderlineColor;
Color maHighlightColor;
OptValue< OUString > moLang;
@@ -56,7 +55,7 @@ struct TextCharacterProperties
OptValue< bool > moItalic;
OptValue< bool > moUnderlineLineFollowText;
OptValue< bool > moUnderlineFillFollowText;
- GradientFillProperties maGradientProps; /// Properties for gradient text colors
+ FillProperties maFillProperties;
std::vector<css::beans::PropertyValue> maTextEffectsProperties;