summaryrefslogtreecommitdiff
path: root/chart2/source/view
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-08 10:40:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-08 11:45:04 +0100
commit0d9621aa0334204c1c1b06e44da3ebef63c124c0 (patch)
tree7f02df4a927df811b02772f40158aadb3bcc4153 /chart2/source/view
parentd210667c72ff821b8cb50b386a83ed55d65ae9bf (diff)
Fix typo
Change-Id: Ib13d78cc78f1e5cee0542ea2cc81135723240b9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164567 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2/source/view')
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index a0c4a329d76d..3b40602660f1 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -1689,7 +1689,7 @@ void VCartesianAxis::createDataTableShape(std::unique_ptr<TickFactory2D> const&
if (nDistance <= 0)
{
- // we only have one data series so we have no TickMarks, therefor calculate and use the table size
+ // we only have one data series so we have no TickMarks, therefore calculate and use the table size
auto rDelta = aEnd - aStart;
nDistance = basegfx::fround(rDelta.getX());
}