Kaydet (Commit) cc2668dc authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie541b51ebd0e14c2bd6429e9bfcd9532e02c2b50
Reviewed-on: https://gerrit.libreoffice.org/70396
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 65922c26
......@@ -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);
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment