Issue 47338 - transex3 unable to deal resources within #define blocks
Summary: transex3 unable to deal resources within #define blocks
Status: CONFIRMED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 11:26 UTC by ivo.hinkelmann
Modified: 2013-08-07 15:00 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 ivo.hinkelmann 2005-04-13 11:26:58 UTC
Resources used within #define blocks store that "define" ID in the "Platform"
column in the sdf file. transex3 is unable to handle those "Platform" id right,
it uses always the last entry:

sw  source\ui\inc\swmn_tmpl.hrc 0   menuitem    BASE_TEXT_POPUPMENU_NOWEB  
FN_EDIT_CURRENT_TOX FN_EDIT_CURRENT_TOX !defined _SWMN_HRC  0   es  ~Editar
índice/tabla                2002-02-02 02:02:02
sw  source\ui\inc\swmn_tmpl.hrc 0   menuitem    BASE_TEXT_POPUPMENU_NOWEB  
FN_EDIT_CURRENT_TOX FN_EDIT_CURRENT_TOX  _SWMN_HRC  0   es  ~Editar índice/tabla
               2002-02-02 02:02:02

Having both entries in the localize.sdf file, always the last one is used. This
causes sometimes that obsolete entries are merged.
Comment 1 ivo.hinkelmann 2011-01-31 16:44:45 UTC
.