[Libreoffice-commits] core.git: cui/source

Caolán McNamara caolanm at redhat.com
Mon Sep 16 04:50:41 PDT 2013


 cui/source/options/optcolor.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e2fc3ae88dafd13215019532845db76d726f151d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 16 12:49:54 2013 +0100

    Related: fdo#67730 automatic turns the preview a blue color
    
    Change-Id: I31c9129472ab64bfda283bb766fad949acb96754

diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx
index 3866eb3..69a71f6 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);


More information about the Libreoffice-commits mailing list