From e5246a6b679cfd15ba9ec6db23448066f34c7c08 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 10 Dec 2015 12:22:07 +0100 Subject: tdf#96382: background color is not applied unintentionally background color attribute should only be applied in a dialog if the user selects it Change-Id: Idf03840f7332a8cdbbfd616ce47ac26b3602d840 Reviewed-on: https://gerrit.libreoffice.org/20592 Reviewed-by: Oliver Specht Tested-by: Oliver Specht --- svtools/source/control/valueset.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svtools') diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index b62d6ce68ada..e6481b9b7e9d 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -69,6 +69,7 @@ void ValueSet::ImplInit() mnUserItemHeight = 0; mnFirstLine = 0; mnSelItemId = 0; + mnSavedItemId = 0; mnHighItemId = 0; mnCols = 0; mnCurCol = 0; -- cgit