summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-18 00:40:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-02-18 09:41:36 +0100
commit82ab7a1559170889c5647a04dc3e85edc38a4e0f (patch)
treed31c9ad40b90b68c67b890d0e8feac725af903f3 /sc/qa
parentbf2e3dc2a9b3801366c83b0036ca1778198fa8ae (diff)
Fix typos
Change-Id: I3225398aa3d56f76a5e8a60aecb671665d94a717 Reviewed-on: https://gerrit.libreoffice.org/49920 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/pivottable_filters_test.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/qa/unit/pivottable_filters_test.cxx b/sc/qa/unit/pivottable_filters_test.cxx
index bb989d2b1b83..ec477e89fe8f 100644
--- a/sc/qa/unit/pivottable_filters_test.cxx
+++ b/sc/qa/unit/pivottable_filters_test.cxx
@@ -1083,7 +1083,7 @@ void ScPivotTableFiltersTest::testPivotTableXLSX()
pSaveData->GetAllDimensionsByOrientation(sheet::DataPilotFieldOrientation_ROW, aDims);
if (aDims.size() != 1 || aDims[0]->GetName() != "F1")
{
- cerr << "Pivot table should have one row field labeld 'F1'" << endl;
+ cerr << "Pivot table should have one row field labelled 'F1'" << endl;
return false;
}
@@ -1091,7 +1091,7 @@ void ScPivotTableFiltersTest::testPivotTableXLSX()
aDims);
if (aDims.size() != 1 || aDims[0]->GetName() != "F4")
{
- cerr << "Pivot table should have one column field labeld 'F4'" << endl;
+ cerr << "Pivot table should have one column field labelled 'F4'" << endl;
return false;
}
@@ -1099,7 +1099,7 @@ void ScPivotTableFiltersTest::testPivotTableXLSX()
if (aDims.size() != 2 || aDims[0]->GetName() != "F7" || aDims[1]->GetName() != "F6")
{
cerr
- << "Pivot table should have two page fields labeld 'F7' and 'F6' in this order."
+ << "Pivot table should have two page fields labelled 'F7' and 'F6' in this order."
<< endl;
return false;
}
@@ -1107,7 +1107,7 @@ void ScPivotTableFiltersTest::testPivotTableXLSX()
pSaveData->GetAllDimensionsByOrientation(sheet::DataPilotFieldOrientation_DATA, aDims);
if (aDims.size() != 1 || aDims[0]->GetName() != "F10")
{
- cerr << "Pivot table should have one data field labeld 'F10'" << endl;
+ cerr << "Pivot table should have one data field labelled 'F10'" << endl;
return false;
}
@@ -1206,7 +1206,7 @@ void ScPivotTableFiltersTest::testPivotTableTwoDataFieldsXLSX()
pSaveData->GetAllDimensionsByOrientation(sheet::DataPilotFieldOrientation_ROW, aDims);
if (aDims.size() != 1 || aDims[0]->GetName() != "Name")
{
- cerr << "Pivot table should have one row field labeld 'Name'" << endl;
+ cerr << "Pivot table should have one row field labelled 'Name'" << endl;
return false;
}