svx/source/tbxctrls/fillctrl.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 89071b4024d86d5d92b367239d194f628324c5f5 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Feb 16 15:10:36 2020 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Feb 16 17:22:51 2020 +0100
cid#1458430 Uninitialized members Change-Id: I1ef4037e02e9b678bf5e5ce014174fb1c57ef456 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88806 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index 7b39204f5392..441c22864295 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -65,6 +65,7 @@ SvxFillToolBoxControl::SvxFillToolBoxControl( , mpBitmapItem() , mxFillControl(nullptr) , mpLbFillType(nullptr) + , mpToolBoxColor(nullptr) , mpLbFillAttr(nullptr) , meLastXFS(static_cast<drawing::FillStyle>(-1)) , mnLastPosGradient(0) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits