https://bugs.documentfoundation.org/show_bug.cgi?id=171611
--- Comment #1 from Eyal Rozenberg <[email protected]> --- (In reply to Gabor Kelemen (Collabora) from comment #0) > the LTR order is > used when the string is put together from several parts: > > OUString aPaperName = Printer::GetPaperName(PAPER_USER) + " " > + aWidth + aUnitStr + " x " + aHeight + > aUnitStr; I'm not quite sure what you mean by "LTR order". But - there are two (potential) problems here: 1. Use of lowercase Latin x (U+0078) instead of a multiplication sign × (U+00D7) (and I hope the multiplication sign is direction-neutral) 2. The fact that units strings seems to be in English regardless of the locale language is that what you mean? -- You are receiving this mail because: You are the assignee for the bug.
