To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72558


User cn changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |VERIFIED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Oct  9 10:35:48 +0000 
2007 -------
ok in fwk72

Sub removeShortcutDoesntWork()
        modUIcms = 
createUnoService("com.sun.star.ui.ModuleUIConfigurationManagerSupplier")
        cfgMgr = 
modUIcms.getUIConfigurationManager("com.sun.star.text.TextDocument")
        shortcutMgr = cfgMgr.getShortcutManager()
        
        lEvents() = shortcutMgr.getKeyEventsByCommand(".uno:JumpToNextFrame")
        msgbox ubound(lEvents())
        
        shortcutMgr.removeCommandFromAllKeyEvents(".uno:JumpToNextFrame")
        shortcutMgr.store()
        
        lEvents() = shortcutMgr.getKeyEventsByCommand(".uno:JumpToNextFrame")
        msgbox ubound(lEvents())
End Sub


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