https://bugs.documentfoundation.org/show_bug.cgi?id=144464

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #1 from Caolán McNamara <[email protected]> ---
I'm not entirely sure what the right thing to do here should be. The color
dropdown will pass an arg of "Color" with a long. I can see that if I change...

(SfxStringItem Color SID_ATTR_COLOR_STR, SvxColorItem Color
SID_ATTR_CHAR_COLOR)

to, e.g.

(SfxStringItem ColorString SID_ATTR_COLOR_STR, SvxColorItem Color
SID_ATTR_CHAR_COLOR)

then the warning goes away and the dropdown works as usual. If I changed the
other arg to e.g.


(SfxStringItem Color SID_ATTR_COLOR_STR, SvxColorItem FontColor
SID_ATTR_CHAR_COLOR)

then the dropdown will launch the "format character" dialog instead of changing
the color

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

Reply via email to