sw/source/core/text/porlin.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5cd7e18483b6d56ae836b02107063a657745134a
Author: Caolán McNamara <[email protected]>
AuthorDate: Thu Nov 21 08:33:40 2024 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Thu Nov 21 11:12:18 2024 +0100
cid#1634865 Uninitialized scalar field
since:
commit 43b9ab55a3b6ac1497bcadd6a71a5a133ece4d3d
CommitDate: Tue Nov 19 01:15:00 2024 +0100
tdf#163956 calculate line height differently in FORMTEXT
Change-Id: Ic0e6e78f77b1adf6f5ca9fe7a48e113bd8592552
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176898
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index 2038265014d2..28f3c80d06a6 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -206,6 +206,7 @@ inline SwLinePortion::SwLinePortion(const SwLinePortion
&rPortion) :
mnWhichPor( rPortion.mnWhichPor ),
m_bJoinBorderWithPrev( rPortion.m_bJoinBorderWithPrev ),
m_bJoinBorderWithNext( rPortion.m_bJoinBorderWithNext ),
+ m_bIsFieldmarkText( rPortion.m_bIsFieldmarkText ),
m_nExtraBlankWidth(rPortion.m_nExtraBlankWidth),
m_nExtraShrunkWidth(rPortion.m_nExtraShrunkWidth),
m_nLayoutContext(rPortion.m_nLayoutContext)