To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88660
                 Issue #|88660
                 Summary|Disabling any command makes Organize Macros menu disap
                        |pear
               Component|framework
                 Version|OOo 2.4.0
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P1
            Subcomponent|ui
             Assigned to|tm
             Reported by|pulsifer





------- Additional comments from [EMAIL PROTECTED] Wed Apr 23 17:55:12 +0000 
2008 -------
When any command is disabled using a registry entry in
org.openoffice.Office.Commands/Execute/Disabled, then the menu item "Tools |
Macros | Organize Macros" disappears.

Instructions to duplicate:

- Shutdown OOo, including the Quickstarter

- Create a file "C:\Program Files\OpenOffice.org
2.4\share\registry\data\org\openoffice\Office\Commands.xcu" with the following
contents:

<?xml version="1.0" encoding="UTF-8" ?>
<oor:component-data oor:name="Commands" oor:package="org.openoffice.Office"
xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<node oor:name="Execute">
 <node oor:name="Disabled">
  <node oor:name="UpdateCheck" oor:op="replace">
   <prop oor:name="Command">
    <value>vnd.sun.star.job:alias=UpdateCheck</value>
   </prop>
  </node>
 </node>
</node>
</oor:component-data>

- Run OOo

- Verify that the menu item "Help | Check for Updates..." is greyed out (this is
what the xcu file should do).

- Verify the the menu item "Tools | Macros | Organize Macros" has disappeared
(this is the bug).

It does not matter what command is disabled in the xcu file; disabling any
command causes "Tools | Macros | Organize Macros" to disappear.

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