Issue 97365 - OOo Improvement uses double long names in hid.lst
Summary: OOo Improvement uses double long names in hid.lst
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.1
Assignee: b.osi.ooo
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks: 90370 97837
  Show dependency tree
 
Reported: 2008-12-17 16:35 UTC by b.osi.ooo
Modified: 2009-02-17 16:58 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 b.osi.ooo 2008-12-17 16:35:54 UTC
The following longnames have the same name, but different id's
Please make the longnames unique:
 svx:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_YES 705659404
 svx:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_YES 1242530316

 svx:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_NO 705659405
 svx:RadioButton:RID_SVXPAGE_IMPROVEMENT:RB_NO 1242530317

I will workaround this for testtoolautomation, by adding a '_b' to the ones
starting with 124...

-> JSK: who is the responsible developer for this? please forward.
Comment 1 b.osi.ooo 2008-12-17 16:36:37 UTC
set target 3.1
Comment 2 joerg.skottke 2008-12-18 05:20:52 UTC
Reassigning.
Comment 3 bjoern.michaelsen 2008-12-18 08:26:27 UTC
Reassigning
Comment 4 gregor.hartmann 2009-01-08 15:28:54 UTC
this is due to a similar declaration in the file
svx\source\options\optimprove.src

It declares the RID_SVXPAGE_IMPROVEMENT once as TabPge and further down as
ModalDialog using the same defines for the IDs

combined woth different RessourceTypes (which go in the AitoHelpID) this leads
to two identical names with different numbers.

As ist looks the ModalDialog can be removed as it contains no UI Strings (which
it should for FixtText s at least)
Comment 5 pb 2009-01-09 09:08:40 UTC
pb: fixed in cws fwk99.
Files changed:
/svx/inc/svx/optimprove.hxx 266051
/svx/source/dialog/optimprove.cxx 266053
/svx/source/options/optimprove.src 266057
Comment 6 pb 2009-01-21 08:04:55 UTC
pb -> tbo: please verify in cws fwk99. Thx.
Comment 7 b.osi.ooo 2009-01-21 14:37:54 UTC
verified in cws fwk99 - ok
the id's with 124.... were removed
Comment 8 b.osi.ooo 2009-02-17 16:58:18 UTC
integrated into OOO310 m1 - closing