diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 12:49:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-16 12:50:17 +0100 |
commit | e2fc3ae88dafd13215019532845db76d726f151d (patch) | |
tree | e51386d1b466bc5294ed971cc23d80ca9cd240a8 /cui | |
parent | a80fb45fe4a260aea0876de86237e53b954fab20 (diff) |
Related: fdo#67730 automatic turns the preview a blue color
Change-Id: I31c9129472ab64bfda283bb766fad949acb96754
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optcolor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |