desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4c8df955d01f1af76c6ebbe6bfc2b2ab59b89478 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jul 16 10:35:00 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jul 16 16:25:17 2019 +0200 tdf#1448393 Uninitialized scalar field Change-Id: I0df15244d6208f49d9bce2e27ff3deccfe98f981 Reviewed-on: https://gerrit.libreoffice.org/75697 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index 0a092956b416..6acfd55cbc8c 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -187,6 +187,7 @@ ExtensionBox_Impl::ExtensionBox_Impl(std::unique_ptr<weld::ScrolledWindow> xScro , m_bInDelete( false ) , m_nActive( 0 ) , m_nTopIndex( 0 ) + , m_nStdHeight( 0 ) , m_nActiveHeight( 0 ) , m_aSharedImage(StockImage::Yes, RID_BMP_SHARED) , m_aLockedImage(StockImage::Yes, RID_BMP_LOCKED) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits