diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-04-27 16:59:09 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-04-29 10:24:08 +0200 |
commit | 3240820acaa2f87e4917d1fa387255c2101460a2 (patch) | |
tree | 62576e631e811204bb979ac412f29536a674cfd2 /oox/inc | |
parent | 50e40364f5f60d1e4aa6aaacd48383cd98b3a25e (diff) |
oox: make buSzTx and buFontTx behave the same way as buClrTx
I believe this is the right thing to do although this is
a blind fix, since I couldn't find any file affected
Change-Id: I500ceaf11b917abb5e86769b8816ddc2d6dfec6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133522
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/textparagraphproperties.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/drawingml/textparagraphproperties.hxx b/oox/inc/drawingml/textparagraphproperties.hxx index 7bda257d445e..8ea56a7b0736 100644 --- a/oox/inc/drawingml/textparagraphproperties.hxx +++ b/oox/inc/drawingml/textparagraphproperties.hxx @@ -58,6 +58,7 @@ public: std::shared_ptr< ::oox::drawingml::Color > maBulletColorPtr; css::uno::Any mbBulletColorFollowText; css::uno::Any mbBulletFontFollowText; + css::uno::Any mbBulletSizeFollowText; ::oox::drawingml::TextFont maBulletFont; css::uno::Any msBulletChar; css::uno::Any mnStartAt; |