sw/source/core/layout/objectformattertxtfrm.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f51ec0c0c860d751ac4255470796ffba4a5fafd3
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Mar 2 10:55:34 2022 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed Mar 2 10:56:35 2022 +0100

    sw: oops forgot to remove this comment
    
    Change-Id: I1e12def63a6353a9eab3f073ef35ba305ff32649
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130829
    Tested-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/core/layout/objectformattertxtfrm.cxx 
b/sw/source/core/layout/objectformattertxtfrm.cxx
index 1053e84d2421..d0fa8cf1be84 100644
--- a/sw/source/core/layout/objectformattertxtfrm.cxx
+++ b/sw/source/core/layout/objectformattertxtfrm.cxx
@@ -798,7 +798,6 @@ static void lcl_FormatContentOfLayoutFrame( SwLayoutFrame* 
pLayFrame,
         if ( pLowerFrame->IsLayoutFrame() )
         {
             SwFrameDeleteGuard aCrudeHack(pLowerFrame); // ??? any issue 
setting this for non-footnote frames?
-            // prevent moving footnotes by formatting if they are already 
being moved
             lcl_FormatContentOfLayoutFrame( 
static_cast<SwLayoutFrame*>(pLowerFrame),
                                         pLastLowerFrame );
         }

Reply via email to