From 4825182fc29e108f236e2a7f55af4ee384eeb6dd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 15 Feb 2014 05:13:56 +0100 Subject: last fix for chart area size and positioning It WORKS!!!!!!! The chart looks good and there are now only minor positioning issues. Issues that I'm aware of: * legend text is not positioned correctly * text seems to be positioned a bit too far to the right * bubble positions are incorrect Change-Id: Ib81cae13624c8119216f0bedea58b5838fcdc80c --- chart2/source/view/main/DummyXShape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index 3508f19a9ac1..478226ccdfbc 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -822,7 +822,7 @@ awt::Point DummyGroup2D::getPosition() } } - return awt::Point(nTop, nLeft); + return awt::Point(nLeft, nTop); } awt::Size DummyGroup2D::getSize() -- cgit