diff options
-rw-r--r-- | scaddins/source/datefunc/datefunc.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport17.cxx | 2 | ||||
-rw-r--r-- | tools/qa/cppunit/test_color.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx index fc6ecff83791..392b1981bb31 100644 --- a/scaddins/source/datefunc/datefunc.cxx +++ b/scaddins/source/datefunc/datefunc.cxx @@ -450,7 +450,7 @@ sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) * mode 1 calculates the difference by week adhering to ISO8601. * * The International Standard IS-8601 states that Monday is the first - * day of the week. The Gregorian Calender is used for all dates, + * day of the week. The Gregorian Calendar is used for all dates, * proleptic in case of dates before 1582-10-15. * * The (consecutive) week number of a date is diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 3ef61970f5ae..c7812a5ae996 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -3737,7 +3737,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf54465_ColumnsWithFootnoteDoNotOccupy { // Old odt files should keep their original layout, as it was before Tdf139336 fix. // The new odt file is only 1 page long, while the old odt file (with the same content) - // was more then 1 page long. + // was more than 1 page long. // Note: Somewhy this test miscalculates the layout of the old odt file. // It will be 4 pages long, while opened in Writer it is 5 pages long. SwDoc* pDoc diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx index ea6b62e5e8e0..39f21b03e62d 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx @@ -69,7 +69,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf137466, "tdf137466.docx") { xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml"); if (!pXmlDoc) - return; // initial import, no futher checks + return; // initial import, no further checks // Ensure that we have <w:placeholder><w:docPart v:val="xxxx"/></w:placeholder> OUString sDocPart = getXPath(pXmlDoc, "/w:document/w:body/w:sdt/w:sdtPr/w:placeholder/w:docPart", "val"); diff --git a/tools/qa/cppunit/test_color.cxx b/tools/qa/cppunit/test_color.cxx index 3dd4225cb20f..02f23fb3b81d 100644 --- a/tools/qa/cppunit/test_color.cxx +++ b/tools/qa/cppunit/test_color.cxx @@ -170,7 +170,7 @@ void Test::test_ApplyLumModOff() // Kind of blue. Color aColor(0x44, 0x72, 0xC4); - // PowerPoint calls this "Ligher 40%". + // PowerPoint calls this "Lighter 40%". aColor.ApplyLumModOff(6000, 4000); CPPUNIT_ASSERT_EQUAL(OUString("8faadc"), aColor.AsRGBHexString()); |