Issue 51681 - change uno command names for Basic IDE control slots
Summary: change uno command names for Basic IDE control slots
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: 680m112
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 15:40 UTC by thomas.benisch
Modified: 2017-05-20 11:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.benisch 2005-07-07 15:40:29 UTC
The uno command names for the following sfx slots differ
only by upper and lower case:

SID_INSERT_CHECKBOX        .uno:Checkbox
SID_FM_CHECKBOX            .uno:CheckBox

SID_INSERT_RADIOBUTTON     .uno:Radiobutton
SID_FM_RADIOBUTTON         .uno:RadioButton

SID_INSERT_COMBOBOX        .uno:Combobox
SID_FM_COMBOBOX            .uno:ComboBox

SID_INSERT_GROUPBOX        .uno:Groupbox
SID_FM_GROUPBOX            .uno:GroupBox

As the translation database handles identifiers
case insensitive (see #i50936#), the command names
for the Basic IDE control slots SID_INSERT_CHECKBOX,
SID_INSERT_RADIOBUTTON, SID_INSERT_COMBOBOX and 
SID_INSERT_GROUPBOX should be changed.

Note, that this affects the files

officecfg\registry\data\org\openoffice\Office\UI\GenericCommands.xcu
svx\sdi\svx.sdi
basctl\uiconfig\basicide\toolbar\insertcontrolsbar.xml

the corresponding image files in default_images and the online
help.
Comment 1 thomas.benisch 2005-12-07 15:57:25 UTC
TBE->AB: As discussed to you.
Comment 2 ab 2006-05-19 12:53:59 UTC
STARTED
Comment 3 Marcus 2017-05-20 11:30:59 UTC
Reset assigne to the default "issues@openoffice.apache.org".