[Libreoffice-commits] core.git: sw/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 11 09:22:35 UTC 2019
sw/qa/extras/uiwriter/uiwriter2.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 768fe3967da6a8e51a4040f1cfb6cb6055d6010f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 10 12:36:13 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 11 10:22:12 2019 +0100
Fix typo
Change-Id: Ifcd15fe961f9e797b22845fcebdffe6b3684888e
Reviewed-on: https://gerrit.libreoffice.org/69027
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index b47676d17fbf..70d002897c9b 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -853,7 +853,7 @@ void SwUiWriterTest2::testTdf122942()
CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), rFormats.size());
// Without the accompanying fix in place, this test would have failed with
- // 'Expected less than: 0; Actual : 1030', i.e. the shape was below the
+ // 'Expected less than: 0; Actual: 1030', i.e. the shape was below the
// paragraph mark, not above it.
const SwFormatVertOrient& rVert = rFormats[1]->GetVertOrient();
CPPUNIT_ASSERT_LESS(static_cast<SwTwips>(0), rVert.GetPos());
@@ -870,7 +870,7 @@ void SwUiWriterTest2::testTdf122942()
const tools::Rectangle& rOutRect = pObject->GetLastBoundRect();
// Without the accompanying fix in place, this test would have failed with
- // 'Expected greater than: 5000; Actual : 2817', i.e. the shape moved up
+ // 'Expected greater than: 5000; Actual: 2817', i.e. the shape moved up
// after a reload(), while it's expected to not change its position (5773).
CPPUNIT_ASSERT_GREATER(static_cast<SwTwips>(5000), rOutRect.Top());
}
@@ -962,7 +962,7 @@ void SwUiWriterTest2::testTextFormFieldInsertion()
CPPUNIT_ASSERT(pFieldmark);
CPPUNIT_ASSERT_EQUAL(OUString(ODF_FORMTEXT), pFieldmark->GetFieldname());
- // The text form field has the placholder text in it
+ // The text form field has the placeholder text in it
uno::Reference<text::XTextRange> xPara = getParagraph(1);
sal_Unicode vEnSpaces[5] = { 8194, 8194, 8194, 8194, 8194 };
CPPUNIT_ASSERT_EQUAL(OUString(vEnSpaces, 5), xPara->getString());
More information about the Libreoffice-commits
mailing list