From ca9de688c2c263c51dca1cbbf2892e3b419f921e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 23:55:35 +0200 Subject: Fix typos Change-Id: I549635318f46718042e50c8f89ce3c620cade990 Reviewed-on: https://gerrit.libreoffice.org/16281 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- chart2/source/view/axes/Tickmarks.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx index 3be50f61f00b..52542ade9e77 100644 --- a/chart2/source/view/axes/Tickmarks.hxx +++ b/chart2/source/view/axes/Tickmarks.hxx @@ -146,7 +146,7 @@ private: //member ::basegfx::B2DVector m_aAxisStartScreenPosition2D; ::basegfx::B2DVector m_aAxisEndScreenPosition2D; - //labels might be posioned high or low on the border of the diagram far away from the axis + //labels might be positioned high or low on the border of the diagram far away from the axis //add this vector to go from the axis line to the label line (border of the diagram) ::basegfx::B2DVector m_aAxisLineToLabelLineShift; -- cgit