cid#1634865 Uninitialized scalar field
since:
commit 43b9ab55a3
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 <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
0b7faed281
commit
5cd7e18483
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue