To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72558
Issue #|72558
Summary|In interface XAcceleratorConfiguration Methode removeC
|ommandFromAllKeyEvents dos not remove the specified co
|mmand.
Component|api
Version|OOo 2.0.3
Platform|PC
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|jsc
Reported by|baumux
------- Additional comments from [EMAIL PROTECTED] Thu Dec 14 00:55:11 -0800
2006 -------
The Methode removeCommandFromAllKeyEvents dos not remove the specified command.
A short OOo-Basic example:
Sub removeShortcutDoesntWork()
modUIcms =
createUnoService("com.sun.star.ui.ModuleUIConfigurationManagerSupplier")
cfgMgr =
modUIcms.getUIConfigurationManager("com.sun.star.text.TextDocument")
shortcutMgr = cfgMgr.getShortcutManager()
shortcutMgr.removeCommandFromAllKeyEvents(".uno:JumpToNextFrame")
shortcutMgr.store()
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]