summaryrefslogtreecommitdiff
path: root/chart2/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-13 10:29:54 +0100
committerAleksandar Stefanović <theonewithideas@gmail.com>2017-02-13 09:37:18 +0000
commit417bc898802630c567d970d0283312697acdd5ff (patch)
tree00d1f7c1ebf59a6023531ef2c22371150b717dc1 /chart2/qa
parent529162307e9d6191fe43d50597504474b2c1a5ba (diff)
Fix typos
Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c Reviewed-on: https://gerrit.libreoffice.org/34199 Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com> Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Diffstat (limited to 'chart2/qa')
-rwxr-xr-xchart2/qa/extras/chart2dump/chart2dump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx b/chart2/qa/extras/chart2dump/chart2dump.cxx
index b5d74a22e078..1fcff58c6416 100755
--- a/chart2/qa/extras/chart2dump/chart2dump.cxx
+++ b/chart2/qa/extras/chart2dump/chart2dump.cxx
@@ -661,7 +661,7 @@ DECLARE_DUMP_TEST(AxisLabelTest, Chart2DumpTest, false)
for (const OUString& sAxisShapeName : aAxisShapeNames)
{
uno::Reference<drawing::XShape> xXAxis = getShapeByName(xShapes, sAxisShapeName,
- // Axis occures twice in chart xshape representation so need to get the one related to labels
+ // Axis occurs twice in chart xshape representation so need to get the one related to labels
[](const uno::Reference<drawing::XShape>& rXShape) -> bool
{
uno::Reference<drawing::XShapes> xAxisShapes(rXShape, uno::UNO_QUERY);