[Libreoffice-commits] core.git: 2 commits - sw/source sw/uiconfig

Ayhan Yalçınsoy (via logerrit) logerrit at kemper.freedesktop.org
Tue May 4 09:10:31 UTC 2021


 sw/source/core/text/porfly.cxx              |    1 +
 sw/uiconfig/swriter/ui/footendnotedialog.ui |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 42db696496c8e95ee7489d2800bd6a5400391959
Author:     Ayhan Yalçınsoy <ayhanyalcinsoy at pisilinux.org>
AuthorDate: Sun May 2 09:14:42 2021 +0300
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Tue May 4 11:09:54 2021 +0200

    tdf#139713:Renamed Footnote/endnote settings dialog caption
    
    Change-Id: Iacaf7637e53fbbfe9dd683c8991b543ba3763d33
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114985
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sw/uiconfig/swriter/ui/footendnotedialog.ui b/sw/uiconfig/swriter/ui/footendnotedialog.ui
index 08c6bb924a65..832e55a6ac37 100644
--- a/sw/uiconfig/swriter/ui/footendnotedialog.ui
+++ b/sw/uiconfig/swriter/ui/footendnotedialog.ui
@@ -5,7 +5,7 @@
   <object class="GtkDialog" id="FootEndnoteDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes" context="footendnotedialog|FootEndnoteDialog">Footnotes/Endnotes Settings</property>
+    <property name="title" translatable="yes" context="footendnotedialog|FootEndnoteDialog">Settings of Footnotes and Endnotes</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="default_width">0</property>
commit 61dbc8791b8d3afa524bfe89ebc99eca3a5c2030
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 3 19:51:15 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue May 4 11:09:44 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 <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/core/text/porfly.cxx b/sw/source/core/text/porfly.cxx
index 422e2ef36ee3..34edc3082b71 100644
--- a/sw/source/core/text/porfly.cxx
+++ b/sw/source/core/text/porfly.cxx
@@ -269,6 +269,7 @@ void sw::DrawFlyCntPortion::Paint(const SwTextPaintInfo&) const
  */
 SwFlyCntPortion::SwFlyCntPortion()
     : m_bMax(false)
+    , m_bDeleted(false)
     , m_eAlign(sw::LineAlign::NONE)
 {
     mnLineLength = TextFrameIndex(1);


More information about the Libreoffice-commits mailing list