diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:45:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:59:43 +0000 |
commit | ad4104090de1cb07fb82bb40c736271103e4ed69 (patch) | |
tree | c6fb33cac17dcfa276cb86bbb476219ca93f0bf0 /sc/qa | |
parent | 3c8efc29d6c0fd3c8d819cc38c2fa0c4385cbfb6 (diff) |
Fix typos
Change-Id: Ia17fe891f8a681ada69639ca579ebf6d6d781759
Reviewed-on: https://gerrit.libreoffice.org/35641
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/subsequent_filters-test.cxx | 4 | ||||
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/ucalc_sort.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 81bb3dc719d0..29a8802bf1e0 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -668,7 +668,7 @@ void ScFiltersTest::testCachedFormulaResultsODS() //we want to me sure that volatile functions are always recalculated //regardless of cached results. if you update the ods file, you must //update the values here. - //if NOW() is recacluated, then it should never equal sTodayCache + //if NOW() is recalcuated, then it should never equal sTodayCache OUString sTodayCache("01/25/13 01:06 PM"); OUString sTodayRecalc(rDoc.GetString(0,0,1)); @@ -1012,7 +1012,7 @@ struct Border SvxBorderLineStyle tStyle; SvxBorderLineStyle rStyle; SvxBorderLineStyle bStyle; - // that's a monstrum + // that's a monster Border(sal_Int16 col, sal_Int32 r, sal_Int32 lW, sal_Int32 tW, sal_Int32 rW, sal_Int32 bW, sal_uInt16 lOutW, sal_uInt16 lInW, sal_uInt16 lDist, sal_uInt16 tOutW, sal_uInt16 tInW, sal_uInt16 tDist, sal_uInt16 rOutW, sal_uInt16 rInW, sal_uInt16 rDist, sal_uInt16 bOutW, sal_uInt16 bInW, sal_uInt16 bDist, sal_Int16 lSt, sal_Int16 tSt, sal_Int16 rSt, sal_Int16 bSt): diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index c7f47709eca1..a10f552933e6 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -187,7 +187,7 @@ void Test::testFormulaCreateStringFromTokens() sc::TokenStringContext aCxt(m_pDoc, formula::FormulaGrammar::GRAM_ENGLISH); - // Artificially add external refererence data after the context object is + // Artificially add external reference data after the context object is // initialized. aCxt.maExternalFileNames.push_back("file:///path/to/fake.file"); std::vector<OUString> aExtTabNames; diff --git a/sc/qa/unit/ucalc_sort.cxx b/sc/qa/unit/ucalc_sort.cxx index 7a071c37269f..719ea1ab6a52 100644 --- a/sc/qa/unit/ucalc_sort.cxx +++ b/sc/qa/unit/ucalc_sort.cxx @@ -398,7 +398,7 @@ void Test::testSortWithFormulaRefs() for (SCROW i = 1; i <= 4; ++i) m_pDoc->SetString( 0, i, 0, OUString::createFromAscii(aTextData[i-1]) ); - // Insert forumulas in A1:A6 on the 2nd sheet. + // Insert formulas in A1:A6 on the 2nd sheet. for (size_t i = 0; i < SAL_N_ELEMENTS(aFormulaData); ++i) m_pDoc->SetString( 0, i, 1, OUString::createFromAscii(aFormulaData[i]) ); |