vcl/source/app/salvtables.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7e54baa0645015c0bf687b93edf088091afc3c88
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue May 14 09:52:43 2019 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue May 14 11:42:18 2019 +0200
Uninitialized SalInstanceWidget::m_bKeyEventListener
Accidentally dropped with 492b0d5d076d38234fea4e4e7c5dbec578296fd2 "weld
conditional formatting"? (Started to CppunitTest_dbaccess_tdf119625 in
ASan/
UBSan builds like <https://ci.libreoffice.org/job/lo_ubsan/1269/>.)
Change-Id: I040b0eed9dd386b28674113b416e112c1666747b
Reviewed-on: https://gerrit.libreoffice.org/72267
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 47cce4712db6..b55b735f0f8f 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -297,6 +297,7 @@ public:
, m_pBuilder(pBuilder)
, m_bTakeOwnership(bTakeOwnership)
, m_bEventListener(false)
+ , m_bKeyEventListener(false)
, m_bMouseEventListener(false)
, m_nBlockNotify(0)
{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits