https://bz.apache.org/ooo/show_bug.cgi?id=126385
Issue ID: 126385
Issue Type: DEFECT
Summary: crash with .uno:InsertCommand and
.uno:InsertConfigName
Product: Math
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: code
Assignee: [email protected]
Reporter: [email protected]
Start module Math.
Customize the toolbar to contain the commands "Insert Command" (that is
.uno:InsertCommand) and "Insert Text" (that is .uno:InsertConfigName).
Click on either of the new commands -> Crash.
Analysis:
The command .uno:InsertCommand is used for the dispatcher, when the user
selects a command in the "Elements" window. It needs as argument the selected
item.
The command .uno:InsertConfigName is used for the dispatcher, when the user
selects a symbol in the "Symbols" catalog. It needs as argument the selected
item.
Both commands should not appear in menu, toolbar or for shortcutkey. They are
only usable with the dispatcher, because they need an argument.
Solution:
Remove the commands from
main/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
Set the config items AccelConfig, MenuConfig and ToolboxConfig to "false" in
starmath/sdi/smath.sdi
--
You are receiving this mail because:
You are the assignee for the issue.