summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/GraphicTest.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-10-01 12:26:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-10-01 13:53:34 +0200
commit442f4216921320d1754ea29ebeaa842db412b5e6 (patch)
treeb54cba3edd07b745e1bd9ab7da2b1a4b941de20e /vcl/qa/cppunit/GraphicTest.cxx
parent2a662212982d5baa3b69d34b4074d93d39287898 (diff)
Removed one pronoun
Change-Id: I75fe2a1a5846cf31b3036afaec18e4e55d7b0394 Reviewed-on: https://gerrit.libreoffice.org/79949 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qa/cppunit/GraphicTest.cxx')
-rw-r--r--vcl/qa/cppunit/GraphicTest.cxx2
1 files changed, 1 insertions, 1 deletions
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());
}