To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58666
                  Issue #:|58666
                  Summary:|Call XNumberingTypeInfo::getSupportedNumberingTypes()
                          |independent from CJK/CTL configuration
                Component:|Word processor
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|os
              Reported by:|er





------- Additional comments from [EMAIL PROTECTED] Wed Nov 30 04:02:55 -0800 
2005 -------
There are several places in

svx/source/dialog/numpages.cxx
sw/source/ui/fldui/fldmgr.cxx
sw/source/ui/misc/numberingtypelistbox.cxx

where XNumberingTypeInfo::getSupportedNumberingTypes() is only called if
(aLangOpt.IsCJKFontEnabled()||aLangOpt.IsCTLFontEnabled())

This was introduced to not show CJK/CTL entries if support for those
languages is not enabled in the configuration to not display squares
instead of glyphs if the fonts aren't installed (StarOffice internal ID
104079).

Shortly after, the getSupportedNumberingTypes() method itself
implemented to check the configuration settings, along with the support
of Arabic and Thai numbering (StarOffice internal ID 106282).

The check to only call getSupportedNumberingTypes() if CJK/CTL is
enabled must be removed from the files mentioned above, since it
prevents other numbering types that are not CJK/CTL from being listed.

See also discussion about Cyrillic numbering types not appearing in thread of
http://l10n.openoffice.org/servlets/ReadMsg?list=dev&msgId=2348253

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to