https://issues.apache.org/ooo/show_bug.cgi?id=122318
--- Comment #10 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #5) > ALG: What is the difference to #122317# here? Sorry for not being clear on that one. Bug 122317 is for tracking the missing resource strings. Without the missing strings the respective colours will stay in English: all comes down to SvxUnogetInternalNameForItem() in svx/source/unodraw/unoprov.cxx, the palette is loaded from the XML file, English name are replaced by they proper translation, but this works only when there are resource string for all colours (well, not for all, in the case of "SomeColourName N" only "SomeColourName" need to have a resource string) and the IDs are in place in SvxUnoColorNameDefResId and SvxUnoColorNameResId. Bug 122317 is a release blocker, and introduces new strings to be translated. Bug 122318 is just an *enhancement* in the way colours are sorted in the listbox, compared to 3.4.1 > Ariel, I seem to have got the 'sorting' wrong here. You did not talk about > sorting the whole palette by names as it seems. No, I was talking only about the numbered colours: "Colour 1" "Colour 2" "Colour 3" Look at the screen shots, in the old palette, they where sorted http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/palettes/standard.soc?revision=1413471&view=markup Red 1 Red 2 ... Red 8 Magenta 1 Magenta 2 ... Magenta 8 > Thus, you are right with the cases (a) - (e) in the other task, but please > no resorting. This bug is not about sorting the colour palettte by name. It just about the colour listbox. If you look at the screen shot, colours in the listbox are easy to find in 3.4.1: if the user is trying to find a green or a red, all green 1-8 are together, the same for red 1-8, etc. With the new colour palette, the listbox is not as easy to find because most numbered versions of the colours end up sorted together by number, the screen shot is clear in this case: all XXX 8 are together, all XXX 9 are together, and so on. @Armin: note that I set the bug type as ENHANCEMENT, as you cannot make them all "happy", the colour value, colour listbox, and the user defined palette on the other hand. -- You are receiving this mail because: You are on the CC list for the bug.
