[Libreoffice-commits] core.git: sw/source

Justin Luth (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 30 09:12:13 UTC 2021


 sw/source/core/text/txtfld.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b0017158094e16025ef71c728bebe1093525cb59
Author:     Justin Luth <justin_luth at sil.org>
AuthorDate: Fri Jan 29 09:49:56 2021 +0300
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Mar 30 11:11:30 2021 +0200

    related tdf#131801: remove completed TODO comment
    
    The todo was done in LO 7.1 with
    commit c77b9c349f0a48392d8cb7a49532844b2cafb5ba
    
    Michael's reference to testParagraphMark is puzzling
    because the only place that is found is in a unit test,
    and Miklos' ooxmlexport.cxx test has nothing
    to do with numbering.
    
    Change-Id: Ie24ff6a69edf92f9dbe586c64a6ea631718002cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110122
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <justin_luth at sil.org>
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/sw/source/core/text/txtfld.cxx b/sw/source/core/text/txtfld.cxx
index 795228efd5b3..e150f7f489f1 100644
--- a/sw/source/core/text/txtfld.cxx
+++ b/sw/source/core/text/txtfld.cxx
@@ -456,8 +456,6 @@ static void checkApplyParagraphMarkFormatToNumbering(SwFont* pNumFnt, SwTextForm
         }
     }
 
-    // TODO: apparently Word can apply Character Style too, see testParagraphMark
-
     // Check each item and in case it should be ignored, then clear it.
     if (!pSet)
         return;


More information about the Libreoffice-commits mailing list