summaryrefslogtreecommitdiff
path: root/sd/qa/unit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-21 17:59:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-21 23:00:39 +0200
commit0cd8050ec70a4a5f02801cc38e6486defdf83bd7 (patch)
tree43e0e43050a9c0ec1e0a990eda5e768bc4b57570 /sd/qa/unit
parent5722e85ca0e0fc24c7e9fcd252113717d69b72d4 (diff)
Fix typos
Change-Id: I7e249b2fd01dac96afb03dc0ddca6a1080f190f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124035 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa/unit')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index a41e050bac06..2d354dc39b03 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -2849,7 +2849,7 @@ void SdTiledRenderingTest::testShapeEditInMultipleViews()
CPPUNIT_ASSERT_EQUAL(6501L, aRectangle.GetWidth());
CPPUNIT_ASSERT_EQUAL(4501L, aRectangle.GetHeight());
- // On View2 - Move handle 0 on the shape to a new mosition - resize
+ // On View2 - Move handle 0 on the shape to a new position - resize
Point aNewPosition = aRectangle.TopLeft() + Point(-1250, -1000);
pView2->MoveShapeHandle(0, aNewPosition, -1);
Scheduler::ProcessEventsToIdle();
@@ -2922,7 +2922,7 @@ void SdTiledRenderingTest::testShapeEditInMultipleViews()
CPPUNIT_ASSERT_EQUAL(4501L, aRectangle.GetWidth());
CPPUNIT_ASSERT_EQUAL(2001L, aRectangle.GetHeight());
- // On View2 - Move handle 0 on the shape to a new mosition - resize
+ // On View2 - Move handle 0 on the shape to a new position - resize
Point aNewPosition = aRectangle.TopLeft() + Point(-1250, -1000);
pView2->MoveShapeHandle(0, aNewPosition, -1);
Scheduler::ProcessEventsToIdle();