Issue 14187 - wrong or missing reference to portuguese_brazilian in sc/source/ui/src/toolbox.src
Summary: wrong or missing reference to portuguese_brazilian in sc/source/ui/src/toolb...
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 23:06 UTC by ohallot
Modified: 2004-02-17 09:03 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 ohallot 2003-05-06 23:06:25 UTC
in /sc/source/ui/src/toolbox.src

reference to bitmaps are wrong or missing

1st occurence
                File [ japanese ] = "sc_out81.bmp" ;
                File [ portuguese_brazilian ] = "sc_out55.bmp" ;
                File [ portuguese ] = "sc_out03.bmp" ;
                File [ turkish ] = "sc_out90.bmp" ;

2nd ocurrence
                File [ japanese ] = "lc_out81.bmp" ;
                File [ portuguese_brazilian ] = "lc_out55.bmp" ;
                File [ portuguese ] = "lc_out03.bmp" ;
                File [ turkish ] = "lc_out90.bmp" ;

3rd occurrence
        File [ japanese ] = "sch_out81.bmp" ;
        File [ portuguese_brazilian ] = "sch_out55.bmp" ;
        File [ portuguese ] = "sch_out03.bmp" ;
        File [ turkish ] = "sch_out90.bmp" ;

4th occurence
        File [ japanese ] = "lch_out81.bmp" ;
        File [ portuguese_brazilian ] = "lch_out55.bmp" ;
        File [ portuguese ] = "lch_out03.bmp" ;
        File [ turkish ] = "lch_out90.bmp" ;


Build stops if not corrected.
Comment 1 oc 2003-05-26 16:21:14 UTC
Hi Olivier,
could you please give me some more infos about this problem. I assume
that you would like to build a portuguese version on Linux, right?.
The mentioned files are outputs, which will be made by the
buildprocess, so your problem is not obvious for me.
Comment 2 ohallot 2003-05-26 16:32:05 UTC
That is correct.
References to "brazilian_portuguese" must include number '55' in the
bitmaps filenames.
Otherwise the build stops because it does not find the xxx55.bmp files.
Regards,
Olivier
(sorry it was not that clear...)
Comment 3 oc 2003-08-08 10:32:26 UTC
Hi Martin, could you please have a look.
Comment 4 oc 2003-08-08 10:32:54 UTC
.
Comment 5 oc 2003-08-08 10:34:08 UTC
.
Comment 6 Martin Hollmichel 2003-08-15 09:03:25 UTC
these imagelists are generated during the build. it's ok in my
ooo11rc3 build. is RES_PORTBR=TRUE set in your environment ?
Comment 7 Martin Hollmichel 2004-02-17 09:00:44 UTC
verified.
Comment 8 Martin Hollmichel 2004-02-17 09:03:09 UTC
close issue.