summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/filters-test.cxx12
-rw-r--r--sc/qa/unit/ucalc.hxx2
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
-rw-r--r--sc/qa/unit/ucalc_sort.cxx2
4 files changed, 9 insertions, 9 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index f8a911f422b2..618fd94057c3 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -473,11 +473,11 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
// ensure the imported legacy rotated shape is in the expected position
// when a shape is fully hidden reloading seems to result is in some errors, usually
// ( same but different error happens pre-patch ) - we should do better here, I regard it
- // as a pre-existing bug though ( #FIXME )
+ // as a pre-existing bug though (#FIXME)
//Rectangle aRect( 6000, -2000, 8000, 4000 ); // proper dimensions
Rectangle aRect( 6000, -2000, 7430, 4000 );
- // ensure the imported ( and converted ) anchor ( note we internally now store the anchor in
- // terms of the rotated shape ) is more or less contains the correct info
+ // ensure the imported (and converted) anchor (note we internally now store the anchor in
+ // terms of the rotated shape) is more or less contains the correct info
ScDrawObjData aAnchor;
aAnchor.maStart.SetRow( 0 );
aAnchor.maStart.SetCol( 5 );
@@ -486,7 +486,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
rDoc.ShowRows(0, 9, 0, true); // show relavent rows
rDoc.SetDrawPageSize(0); // trigger recalcpos
- // apply hefty ( 1 mm ) tolerence here, as some opensuse tinderbox
+ // apply hefty (1 mm) tolerance here, as some opensuse tinderbox
// failing
impl_testLegacyCellAnchoredRotatedShape( rDoc, aRect, aAnchor, 100 );
@@ -500,8 +500,8 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
CPPUNIT_ASSERT(&rDoc);
// ensure the imported legacy rotated shape is in the expected position
Rectangle aRect( 6000, 3000, 8000, 9000 );
- // ensure the imported ( and converted ) anchor ( note we internally now store the anchor in
- // terms of the rotated shape ) is more or less contains the correct info
+ // ensure the imported (and converted) anchor (note we internally now store the anchor in
+ // terms of the rotated shape) more or less contains the correct info
ScDrawObjData aAnchor;
aAnchor.maStart.SetRow( 3 );
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 0e58c1861f26..41416bd2973d 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -265,7 +265,7 @@ public:
/**
* Test for pivot table that include field with various non-default field
- * refrences.
+ * references.
*/
void testPivotTableFieldReference();
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index f96c07bea6d5..becbd3437af6 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -4506,7 +4506,7 @@ void Test::testExternalRef()
val = 96;
rExtDoc.SetValue(1, 4, 2, val);
- // Test external refernces on the main document while the external
+ // Test external references on the main document while the external
// document is still in memory.
m_pDoc->InsertTab(0, OUString("Test Sheet"));
m_pDoc->SetString(0, 0, 0, OUString("='file:///extdata.fake'#Data1.A1"));
diff --git a/sc/qa/unit/ucalc_sort.cxx b/sc/qa/unit/ucalc_sort.cxx
index a1189dd023a4..e6ff96e19a2a 100644
--- a/sc/qa/unit/ucalc_sort.cxx
+++ b/sc/qa/unit/ucalc_sort.cxx
@@ -360,7 +360,7 @@ void Test::testSortSingleRow()
m_pDoc->DeleteTab(0);
}
-// regression test fo fdo#53814, sorting doens't work as expected
+// regression test fo fdo#53814, sorting doesn't work as expected
// if cells in the sort are referenced by formulas
void Test::testSortWithFormulaRefs()
{