svx/source/dialog/charmap.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e99cb63b7d76ce02d0d9cdf13bf5e19e936ad035
Author: Caolán McNamara <[email protected]>
Date: Mon May 28 09:10:09 2018 +0100
coverity#1435837 Uninitialized scalar field
Change-Id: Ie2d78756019fe48167515c6022cd564a969cd90e
Reviewed-on: https://gerrit.libreoffice.org/54901
Tested-by: Jenkins <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index fa9c3cebede3..0288524a6466 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -68,6 +68,8 @@ SvxShowCharSet::SvxShowCharSet(weld::ScrolledWindow*
pScrolledWindow, const VclP
: mxVirDev(rVirDev)
, mxScrollArea(pScrolledWindow)
, mxContext(comphelper::getProcessComponentContext())
+ , nX(0)
+ , nY(0)
, maFontSize(0, 0)
, maPosition(0,0)
, mbRecalculateFont(true)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits