oox/source/drawingml/textcharacterproperties.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 34c1c57dc38b62036e8d68b0adec442c11f2cc5d
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Apr 25 14:01:53 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Apr 25 23:17:55 2022 +0200

    oox: Remove obsolete TODO
    
    This can go after 1c924efe1f80207a5e104d755615b1eb9a91d418
    < tdf#148685: Unset CharUnderlineColor and CharUnderlineHasColor
    properties >
    
    Change-Id: I9b9540cf0cdcd9ecbb39b92fe24b83a1810df7da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133382
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/oox/source/drawingml/textcharacterproperties.cxx 
b/oox/source/drawingml/textcharacterproperties.cxx
index fc8214db42fe..583ccf7b6d77 100644
--- a/oox/source/drawingml/textcharacterproperties.cxx
+++ b/oox/source/drawingml/textcharacterproperties.cxx
@@ -207,8 +207,6 @@ void TextCharacterProperties::pushToPropMap( PropertyMap& 
rPropMap, const XmlFil
         rPropMap.setProperty( PROP_CharUnderlineColor, sal_Int32(-1));
     }
 
-    // TODO If bUnderlineFillFollowText uFillTx 
(CT_TextUnderlineFillFollowText) is set, fill color of the underline should be 
the same color as the text
-
     if (maHighlightColor.isUsed() && maHighlightColor.getTransparency() != 100)
         rPropMap.setProperty( PROP_CharBackColor, maHighlightColor.getColor( 
rFilter.getGraphicHelper() ));
     else

Reply via email to