sw/qa/extras/uiwriter/uiwriter2.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 768fe3967da6a8e51a4040f1cfb6cb6055d6010f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 10 12:36:13 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to