sw/source/core/layout/frmtool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b68a6d6ce18a611873c166e72a97930812bfbbc0
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Jul 19 11:36:29 2023 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed Jul 19 11:38:47 2023 +0200

    tdf#146258 sw: commit 34b607bb455bd30d3adf8e3f72182c7cc4d062ee
    
    ... used wrong issue id.
    
    Change-Id: If042ba0b5dcb13f7b1634e7dff2c385a7bce9a0a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154644
    Tested-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/source/core/layout/frmtool.cxx 
b/sw/source/core/layout/frmtool.cxx
index 666577971534..bc8437391801 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1610,7 +1610,7 @@ void InsertCnt_( SwLayoutFrame *pLay, SwDoc *pDoc,
                 if (SwSectionFrame *const pSection = pLay->FindSctFrame())
                 {
                     if (pSection && pSection->ContainsAny() == pFrame)
-                    {   // tdf#148729 section PrtArea depends on paragraph 
upper margin
+                    {   // tdf#146258 section PrtArea depends on paragraph 
upper margin
                         pSection->InvalidatePrt();
                     }
                 }

Reply via email to