https://issues.apache.org/ooo/show_bug.cgi?id=123192

--- Comment #11 from hanya <hanya.r...@gmail.com> ---
When I compared rectangle of the control and the calculated area for the text
aligned to right 
as Rectangle value in Control::DrawControlText method, 
Right value of the calculate text area is 1px larger than the Right value of
the control.
At the end of OutputDevice::GetTextRect method, Right value is incremented in 
the following line: 
> aRect.Right()++; // #99188# get rid of rounding problems when using this rect 
> later
This should not done for right aligned text it seems. 
#99188# seems not match with the current issue number.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to