vcl/qa/cppunit/GraphicTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 442f4216921320d1754ea29ebeaa842db412b5e6 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Oct 1 12:26:03 2019 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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()); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
