summaryrefslogtreecommitdiff
path: root/sd/qa/unit
diff options
context:
space:
mode:
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();