diff options
-rw-r--r-- | dbaccess/source/filter/hsqldb/hsqlimport.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/tiledrendering/tiledrendering.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/filter/hsqldb/hsqlimport.cxx b/dbaccess/source/filter/hsqldb/hsqlimport.cxx index c2483e694a8d..c1f4cddd113c 100644 --- a/dbaccess/source/filter/hsqldb/hsqlimport.cxx +++ b/dbaccess/source/filter/hsqldb/hsqlimport.cxx @@ -220,7 +220,7 @@ void HsqlImporter::processTree(HsqlBinaryNode& rNode, HsqlRowInputStream& rStrea * * Size is the size of <Row>; * Balance: ? - * Left/Right/Parent: File postition of the Left/Right/Parent child + * Left/Right/Parent: File position of the Left/Right/Parent child */ void HsqlImporter::parseTableRows(const IndexVector& rIndexes, const std::vector<sal_Int32>& rColTypes, diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 780f02cd2865..394036c6d955 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -2183,7 +2183,7 @@ void SwTiledRenderingTest::testSplitNodeRedlineCallback() Scheduler::ProcessEventsToIdle(); // Assert that we get a notification about redline modification - // The redline after the inserted node gets a different vertical positon + // The redline after the inserted node gets a different vertical position CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified); // 2. test case @@ -2244,7 +2244,7 @@ void SwTiledRenderingTest::testDeleteNodeRedlineCallback() Scheduler::ProcessEventsToIdle(); // Assert that we get a notification about redline modification - // The redline after the removed node gets a different vertical positon + // The redline after the removed node gets a different vertical position CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified); // 2. test case |