From 563fe60878c2ad3289c5bdcd7d8647aea4280129 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Jul 2018 23:39:23 +0200 Subject: Fix typos Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92 Reviewed-on: https://gerrit.libreoffice.org/57028 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- qadevOOo/tests/java/mod/_sc/ScChartObj.java | 2 +- qadevOOo/tests/java/mod/_sc/ScChartsObj.java | 2 +- qadevOOo/tests/java/mod/_sch/ChXDiagram.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo/tests') diff --git a/qadevOOo/tests/java/mod/_sc/ScChartObj.java b/qadevOOo/tests/java/mod/_sc/ScChartObj.java index 31cdba5baeff..d768ceb61128 100644 --- a/qadevOOo/tests/java/mod/_sc/ScChartObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScChartObj.java @@ -87,7 +87,7 @@ public class ScChartObj extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Adds the chart that using the data from the cells of this * cell range address. New chart is the instance of * the service com.sun.star.table.TableChart. diff --git a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java index ce7167e4a46d..f488216ffc92 100644 --- a/qadevOOo/tests/java/mod/_sc/ScChartsObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScChartsObj.java @@ -88,7 +88,7 @@ public class ScChartsObj extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Obtains the collection of the charts using the interface * XTableChartsSupplier. Creates and adds the chart that using * the data from the cells of this cell range address. Collection of diff --git a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java index 50ad0af99e98..78e5c4a5cdb5 100644 --- a/qadevOOo/tests/java/mod/_sch/ChXDiagram.java +++ b/qadevOOo/tests/java/mod/_sch/ChXDiagram.java @@ -156,7 +156,7 @@ public class ChXDiagram extends TestCase { /** * Creating a TestEnvironment for the interfaces to be tested. * Retrieves a collection of spreadsheets from a document - * and takes one of them. Inserts some values into the cells of the some cell + * and takes one of them. Inserts some values into the cells of the same cell * range address. Adds and retrieves the chart that using the data from * the cells of this cell range address. Obtains the chart document which is * embedded into the retrieved chart using the interface -- cgit