From 3240820acaa2f87e4917d1fa387255c2101460a2 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 27 Apr 2022 16:59:09 +0200 Subject: 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 --- oox/inc/drawingml/textparagraphproperties.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/inc') 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; -- cgit