summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-03-02 10:55:34 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2022-03-02 10:56:35 +0100
commitf51ec0c0c860d751ac4255470796ffba4a5fafd3 (patch)
tree56156dbf3907b23697fb45a69eed99877b1a7c11
parent10d46c0498b89350645cf45e744a528d3d8f1ac1 (diff)
sw: oops forgot to remove this comment
Change-Id: I1e12def63a6353a9eab3f073ef35ba305ff32649 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130829 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--sw/source/core/layout/objectformattertxtfrm.cxx1
1 files changed, 0 insertions, 1 deletions
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 );
}