[Libreoffice-ux-advise] [Bug 73263] ACCESSIBILITY: cell highlighting invisible to colorblind people. use blue as default and/or make color customizable

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 3 16:44:33 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73263

--- Comment #12 from V Stuart Foote <vstuart.foote at utsa.edu> ---
@Kohei,

To close this out, could we ask you to insert Astron's suggested 0xef0fff, into
the default color array aAutoColors[] in colorcfg.cxx

/core/svtools/source/config/colorcfg.cxx

@@ -447,1 +447,1
--        COL_LIGHTRED, // CALCREFERENCE
++        0xef0fff, // CALCREFERENCE

That should be all that is needed to change the default 'automatic' assignment
for Calc references from the COL_LIGHTRED (0xff0000) constant from
/core/include/tools/color.hxx 

Right? Or did I miss something in the enum in colorcfg.hxx?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list