diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-24 16:39:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-24 21:03:32 +0100 |
commit | 34fe67be47ae1e78117a0df441627b2b113b2c06 (patch) | |
tree | 58387908acb1f65e077fdf052b3a7a91e9dbcdbd /sd/qa/unit | |
parent | 412d66c05fda48aeb820a035eee3fd1680a1b7ff (diff) |
Fix typos
Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c
Reviewed-on: https://gerrit.libreoffice.org/48232
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa/unit')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |