To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47885
                  Issue #:|47885
                  Summary:|Please remove that language depend arrary in
                          |LetterWizardDialogImpl.java
                Component:|Installation
                  Version:|680m96
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tv
              Reported by:|ihi





------- Additional comments from [EMAIL PROTECTED] Thu Apr 21 06:57:07 -0700 
2005 -------
Please remove that language depend arrary in

wizards / com / sun / star / wizards / letter / LetterWizardDialogImpl.java
class com.sun.star.wizards.letter


public void initializeNorms() {
                //To add new Languages please modify this method and
LetterWizardDialogResources.java
                Norms = new String[11];         

                Norms[0] = "en-US";
                Norms[1] = "de";
                Norms[2] = "fr";
                Norms[3] = "es";                
                Norms[4] = "it";
                Norms[5] = "pt-BR";
                Norms[6] = "sv";
                Norms[7] = "ja";
                Norms[8] = "ko";
                Norms[9] = "zh-CN";
                Norms[10] = "zh-TW";    

I suggest to search for those localized "Letters" in the installation by
iterating over all know languages and look if you can find a corresponding entry
in the installation directory. It is not acceptable to modify this file every
time we add a new language!

---------------------------------------------------------------------
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