To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57300
                  Issue #:|57300
                  Summary:|Typo in Developers Guide: 14.4.1 Instantiating the
                          |UCB
                Component:|ucb
                  Version:|680m135
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|kso
              Reported by:|tbe





------- Additional comments from [EMAIL PROTECTED] Thu Nov  3 06:53:32 -0800 
2005 -------
In the section 14.4.1 Instantiating the UCB of the developers guide, there's a
typo in the example:

  String[] keys = new String[2];
  keys[ 0 ] = "Local";
  keys[ 0 ] = "Office"; 

Correct is:

  String[] keys = new String[2];
  keys[ 0 ] = "Local";
  keys[ 1 ] = "Office";

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