Jeongkyu Kim wrote:
Hello,
I just filed the issue 71982,
http://www.openoffice.org/issues/show_bug.cgi?id=71892
The issue addresses the problem of duplicated Korean font names in
font list on OO.o 2.1 / Linux. The duplication here means that Korean
font names are displayed both in English and Korean in the same list.
While waiting developers to fix this issue, I will also try to figure
this out myself. Would someone point me out which code I need to take
a look at?
Hi Joengkyu,
The font name toolbox controller is responsible to display the font
list. You can find the source code in the project svx, see
svx/source/tbxctrls/tbcontrol.cxx. The class SvxFontNameBox_Impl
retrieves the font list and displays it. The function
GetDocFontList_Impl retrieves the font list from the document
(SfxObjectShell). I think the best way to fix this problem is to filter
the font list in this method (GetDocFontList_Impl).
Regards,
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]