From e2fc3ae88dafd13215019532845db76d726f151d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Sep 2013 12:49:54 +0100 Subject: Related: fdo#67730 automatic turns the preview a blue color Change-Id: I31c9129472ab64bfda283bb766fad949acb96754 --- cui/source/options/optcolor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui') diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index 3866eb3bffbf..69a71f6a6a78 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -755,6 +755,7 @@ void ColorConfigWindow_Impl::ColorHdl ( // extended entries unsigned const nExtCount = pExtConfig->GetComponentCount(); + i = ColorConfigEntryCount; for (unsigned j = 0; j != nExtCount; ++j) { OUString sComponentName = pExtConfig->GetComponentName(j); -- cgit