diff options
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); |