[Libreoffice-commits] core.git: vcl/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 1 11:54:19 UTC 2019
vcl/qa/cppunit/GraphicTest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 442f4216921320d1754ea29ebeaa842db412b5e6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Oct 1 12:26:03 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Oct 1 13:53:34 2019 +0200
Removed one pronoun
Change-Id: I75fe2a1a5846cf31b3036afaec18e4e55d7b0394
Reviewed-on: https://gerrit.libreoffice.org/79949
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/qa/cppunit/GraphicTest.cxx b/vcl/qa/cppunit/GraphicTest.cxx
index f5f5bd3ce292..af5985b01f99 100644
--- a/vcl/qa/cppunit/GraphicTest.cxx
+++ b/vcl/qa/cppunit/GraphicTest.cxx
@@ -153,7 +153,7 @@ void GraphicTest::testUnloadedGraphicWmf()
// Without the accompanying fix in place, this test would have failed with:
// - Expected: 42x42
// - Actual : 99x99
- // i.e. we the custom preferred size was lost after lazy-load.
+ // i.e. the custom preferred size was lost after lazy-load.
CPPUNIT_ASSERT_EQUAL(Size(42, 42), aGraphic.GetPrefSize());
}
More information about the Libreoffice-commits
mailing list