diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-07-19 11:36:29 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-07-19 11:38:47 +0200 |
commit | b68a6d6ce18a611873c166e72a97930812bfbbc0 (patch) | |
tree | 725aa6c6c652e09fa4c51cb90f14cf2b4ab3640a /sw/source | |
parent | 34b607bb455bd30d3adf8e3f72182c7cc4d062ee (diff) |
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.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/layout/frmtool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |