From 34fe67be47ae1e78117a0df441627b2b113b2c06 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jan 2018 16:39:12 +0100 Subject: Fix typos Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c Reviewed-on: https://gerrit.libreoffice.org/48232 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sd/qa/unit/import-tests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/qa/unit/import-tests.cxx') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 8210711ee906..3993d0bf33bc 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -2309,7 +2309,7 @@ void SdImportTest::testTdf90626() void SdImportTest::testTdf114488() { // This doc has two images - one WMF and the other PNG (fallback image). - // When loading this doc, the WMF image should be prefered over the PNG image. + // When loading this doc, the WMF image should be preferred over the PNG image. sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/odg/tdf114488.fodg"), FODG); uno::Reference< beans::XPropertySet > xShape(getShapeFromPage(0, 0, xDocShRef), uno::UNO_QUERY_THROW); OUString sGraphicUrl; -- cgit