Issue 14233 - missing Item "Justified" in UI
Summary: missing Item "Justified" in UI
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: nils.fuhrmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-08 10:17 UTC by pavel
Modified: 2013-08-07 15:02 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 pavel 2003-05-08 10:17:53 UTC
As discussed in private e-mail:

Hi Nils,

this is excerpt from svx/source/dialog/paragrph.src in 1.1 Beta 2:

		StringList [ ENGLISH ] =
		{
			< "Default" ; Default ; > ;
			< "Links" ; Default ; > ;
			< "Zentriert" ; Default ; > ;
			< "Blocksatz" ; Default ; > ;
		};
		stringlist [ english_us ] =
		{
			< "Default" ; Default ; > ;
			< "Left" ; Default ; > ;
			< "Centered" ; Default ; > ;
		};

Does this mean that there will be "Blocksatz" instead of "Justified"
somewhere?

Nils answer:

The code snipped results in a missing Item "Justified" in the coresponding
UI-Control.
Comment 1 nils.fuhrmann 2003-06-06 13:35:25 UTC
NF: Problem is that we switched from German to English as source
language. Therefor, English is not merged to the code anymore which
leads to the missing item. The item was added and is available in
SRX645 => fixed
Comment 2 nils.fuhrmann 2003-06-06 13:38:49 UTC
Verified on SRX645 => Closed