To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63741
                  Issue #:|63741
                  Summary:|extraneous set in OptionsDialog.xcs
                Component:|utilities
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P5
             Subcomponent:|code
              Assigned to:|hro
              Reported by:|pulsifer





------- Additional comments from [EMAIL PROTECTED] Tue Mar 28 15:51:05 -0800 
2006 -------
The schema file Office/OptionsDialog.xcs contains the following:

    <group oor:name="OptionsPage">
      <info>
        <desc>Describes one options tabpage.</desc>
      </info>
      <prop oor:name="Hide" oor:type="xs:boolean">
        <info>
          <desc>Should this page be hidden?</desc>
        </info>
      </prop>
      <set oor:name="Options" oor:node-type="SingleOption">
        <info>
          <desc>An optional set to allow to hide single options of this 
page.</desc>
        </info>
      </set>
    </group>

The property "Hide" is what is actually used to hide an option.  The set
"Options" is superfluous (unneeded and unused) and should probably not have been
included in the schema.

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