sw/qa/extras/ww8export/ww8export3.cxx | 2 +- sw/source/uibase/inc/uitool.hxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit cc2668dc79f6f79187408e9fced9549d9f60f8ff Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 7 12:45:13 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Apr 8 07:35:27 2019 +0200 Fix typos Change-Id: Ie541b51ebd0e14c2bd6429e9bfcd9532e02c2b50 Reviewed-on: https://gerrit.libreoffice.org/70396 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ww8export/ww8export3.cxx b/sw/qa/extras/ww8export/ww8export3.cxx index e62bcaf5a182..5afb7b187d80 100644 --- a/sw/qa/extras/ww8export/ww8export3.cxx +++ b/sw/qa/extras/ww8export/ww8export3.cxx @@ -240,7 +240,7 @@ DECLARE_WW8EXPORT_TEST(testTdf118375export, "tdf118375_240degClockwise.doc") sal_Int32 nPosX, nPosY; xShapeProps->getPropertyValue("HoriOrientPosition") >>= nPosX; xShapeProps->getPropertyValue("VertOrientPosition") >>= nPosY; - // Allow some tolerance because rounding errors through integer arithmethic + // Allow some tolerance because rounding errors through integer arithmetic // in rotation. CPPUNIT_ASSERT_DOUBLES_EQUAL(5200.0, static_cast<double>(nPosX), 1.0); CPPUNIT_ASSERT_DOUBLES_EQUAL(1152.0, static_cast<double>(nPosY), 1.0); diff --git a/sw/source/uibase/inc/uitool.hxx b/sw/source/uibase/inc/uitool.hxx index f237c83c0952..8b4a9ea738be 100644 --- a/sw/source/uibase/inc/uitool.hxx +++ b/sw/source/uibase/inc/uitool.hxx @@ -63,12 +63,12 @@ SW_DLLPUBLIC void ConvertAttrGenToChar(SfxItemSet& rSet, const SfxItemSet& rOrig /** -* Apply characeter background on the shell. Need to use this to hide the mixed -* charachter background and character highlighting attribute, which were +* Apply character background on the shell. Need to use this to hide the mixed +* character background and character highlighting attribute, which were * added for MSO compatibility where there are two kind of character background. * * @param[in] rBackgroundColor the color to apply on the shell -* @param[in,out] rShell the shell on which we apply the new attirbute +* @param[in,out] rShell the shell on which we apply the new attribute **/ SW_DLLPUBLIC void ApplyCharBackground(const Color& rBackgroundColor, SwWrtShell& rShell); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits