Issue 89642 - chart2: merging translations into unxlngx6.pro/inc/res_ErrorBar.hrc
Summary: chart2: merging translations into unxlngx6.pro/inc/res_ErrorBar.hrc
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-19 14:16 UTC by pavel
Modified: 2013-02-24 21:22 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2008-05-19 14:16:48 UTC
Hi,

with DEV300_m13, the build with my languages fail, because the file 
chart2/unxlngx6.pro/inc/res_ErrorBar.hrc contains:

ListBox LB_FUNCTION \
{ \
    Pos = MAP_APPFONT ( 22 , 46 + yoffset  ) ; \
    Size = MAP_APPFONT ( 94 , 59 ) ; \
    DropDown = TRUE; \
    Border = TRUE; \
    StringList [ en-US ] = \
                { \
                        < "Standard Error" ; CHART_LB_FUNCTION_STD_ERROR ; >; \
                        < "Standard Deviation" ; CHART_LB_FUNCTION_STD_DEV ; >; \
                        < "Variance" ; CHART_LB_FUNCTION_VARIANCE ; >; \
                        < "Error Margin" ; CHART_LB_FUNCTION_ERROR_MARGIN ; >; \
                }; \\
        StringList [ bg ] = \

There are two backslashes after en-US...

Another issue:

f640: "../../../unxlngx6.pro/misc/chcdialogs/tp_ErrorBars.src", line 40: Error: syntax error
Comment 1 pavel 2008-05-19 14:24:24 UTC
looks like it is only one issue: two backslashes and one empty line in merged file.

Comment 2 ivo.hinkelmann 2008-05-19 18:53:04 UTC
fixed in cws l10nfix24
Comment 3 pavel 2008-05-20 07:00:10 UTC
Verified there.

Comment 4 pavel 2008-05-22 19:15:26 UTC
Seen on m14. Thanks!

Closing.