https://issues.apache.org/ooo/show_bug.cgi?id=121448

Ariel Constenla-Haile <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |g                           |

--- Comment #1 from Ariel Constenla-Haile <[email protected]> ---
Assigning to the expert.
@Armin: I just git grepped blue 8 nad found the svx/source/xoutdev/xpool.cxx:52
which seems to work

[ariel@localhost main]$ git grep -n "153, *204, *255"

binfilter/bf_sch/source/core/sch_chtmode2.cxx:837:/*N*/         aRowColors[7]  
= Color(153, 204, 255);

binfilter/bf_svx/source/xoutdev/svx_xtabcolr.cxx:334:/*N*/      Insert(48, new
XColorEntry( Color(153,204,255 ), aStr ) );

sd/source/core/drawdoc4.cxx:677:        Any aBlue1( implMakeSolidCellStyle(
pSSPool, OUString( RTL_CONSTASCII_USTRINGPARAM("blue1") ),
aDefaultCellStyleName, RGB_COLORDATA(153,204

svx/source/xoutdev/xpool.cxx:52:        const Color aNullFillCol(RGB_COLORDATA(
153, 204, 255 ));

svx/source/xoutdev/xtabcolr.cxx:301:    Insert(48, new XColorEntry(
Color(153,204,255 ), aStr ) );

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

Reply via email to