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

Fix typos

Change-Id: I70e7db0926f8c5815637ae14c1193130d52c3224
Reviewed-on: https://gerrit.libreoffice.org/50774Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst fe407244
...@@ -220,7 +220,7 @@ void HsqlImporter::processTree(HsqlBinaryNode& rNode, HsqlRowInputStream& rStrea ...@@ -220,7 +220,7 @@ void HsqlImporter::processTree(HsqlBinaryNode& rNode, HsqlRowInputStream& rStrea
* *
* Size is the size of <Row>; * Size is the size of <Row>;
* Balance: ? * 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, void HsqlImporter::parseTableRows(const IndexVector& rIndexes,
const std::vector<sal_Int32>& rColTypes, const std::vector<sal_Int32>& rColTypes,
......
...@@ -2183,7 +2183,7 @@ void SwTiledRenderingTest::testSplitNodeRedlineCallback() ...@@ -2183,7 +2183,7 @@ void SwTiledRenderingTest::testSplitNodeRedlineCallback()
Scheduler::ProcessEventsToIdle(); Scheduler::ProcessEventsToIdle();
// Assert that we get a notification about redline modification // 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); CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified);
// 2. test case // 2. test case
...@@ -2244,7 +2244,7 @@ void SwTiledRenderingTest::testDeleteNodeRedlineCallback() ...@@ -2244,7 +2244,7 @@ void SwTiledRenderingTest::testDeleteNodeRedlineCallback()
Scheduler::ProcessEventsToIdle(); Scheduler::ProcessEventsToIdle();
// Assert that we get a notification about redline modification // 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); CPPUNIT_ASSERT_EQUAL(1, m_nRedlineTableEntryModified);
// 2. test case // 2. test case
......
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