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

--- Comment #5 from Julien Nabet <[email protected]> ---
It could be the commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f6e8daf883fe67a1cebc2cdf9d54e41b064a55c

I noticed this in the removed part:
- ListBox LB_FONT
- {
- HelpID = "cui:ListBox:RID_SVXDLG_CHARMAP:LB_FONT";
- Pos = MAP_APPFONT ( 42 , 6 ) ;
- Size = MAP_APPFONT ( 70 , 58 ) ;
- Sort = TRUE ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- };

LB_FONT was linked to aFontLB and has been replaced by m_pFontLB. This one is
ListBox* type. Then I suppose the new code uses InsertEntry( const XubString&
rStr, sal_uInt16 nPos = LISTBOX_APPEND );
Now perhaps GetDevFont should be investigated or perhaps a new function should
be created to retrieve fonts in alphabetical order.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to