summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:35:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:36:05 +0200
commit38719c3341bf4244fcaf835a3933c922e9153251 (patch)
treeefb9cffdc88dd3e87a13e6eda5df2f275de485cc /sc
parent3cbada0fb862a533eb70d714900674d16f9b4054 (diff)
Fix typos
Change-Id: Ia40e7a9031ae5a8385a84f177a9444f4d4f348b4 Reviewed-on: https://gerrit.libreoffice.org/77302 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/extras/check_xcell_ranges_query.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/extras/check_xcell_ranges_query.cxx b/sc/qa/extras/check_xcell_ranges_query.cxx
index c5ebef7ef4e9..2270b356cc34 100644
--- a/sc/qa/extras/check_xcell_ranges_query.cxx
+++ b/sc/qa/extras/check_xcell_ranges_query.cxx
@@ -106,9 +106,9 @@ void CheckXCellRangesQuery::checkEmptyCell()
/**
* Perform some tests on a filled cell:
* <ol>
- * <li>compare an cell with value 5 with a cell with value 15 in the same
+ * <li>compare a cell with value 5 with a cell with value 15 in the same
* column</li>
- * <li>compare an cell with value 5 with a cell with value 15 in the same
+ * <li>compare a cell with value 5 with a cell with value 15 in the same
* row</li>
* <li>query for an empty cell.</li>
* <ol>
@@ -120,9 +120,9 @@ void CheckXCellRangesQuery::checkFilledCell()
// fill the cell with a value
xSpreadSheet->getCellByPosition(2, 3)->setValue(15);
- // compare an cell with value 5 with a cell with value 15
+ // compare a cell with value 5 with a cell with value 15
_queryColumnDifferences(sSheetName + ".C4");
- // compare an cell with value 5 with a cell with value 15
+ // compare a cell with value 5 with a cell with value 15
_queryRowDifferences(sSheetName + ".C4");
// try to get nothing
_queryEmptyCells("");