sw/source/core/text/porfly.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit d382d6af859e4d7507a43a603461f9fe90033e09 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon May 3 19:51:15 2021 +0100 Commit: Balazs Varga <varga.bala...@nisz.hu> CommitDate: Thu Oct 21 11:28:20 2021 +0200
cid#1478174 Uninitialized scalar field Change-Id: Ib17e55b600012ef5f6a26d01e9d54aa7be9c590d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115052 Tested-by: Jenkins Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123961 Tested-by: Balazs Varga <varga.bala...@nisz.hu> Reviewed-by: Balazs Varga <varga.bala...@nisz.hu> diff --git a/sw/source/core/text/porfly.cxx b/sw/source/core/text/porfly.cxx index 77062850dc3f..11659a1ebc0e 100644 --- a/sw/source/core/text/porfly.cxx +++ b/sw/source/core/text/porfly.cxx @@ -270,6 +270,7 @@ void sw::DrawFlyCntPortion::Paint(const SwTextPaintInfo&) const */ SwFlyCntPortion::SwFlyCntPortion() : m_bMax(false) + , m_bDeleted(false) , m_eAlign(sw::LineAlign::NONE) { nLineLength = TextFrameIndex(1);