diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-29 16:29:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-29 16:46:06 +0200 |
commit | f5989d1debd7b4aefa6a8c984c729d9e308c5d7b (patch) | |
tree | 4e817c81853ce7e030bc90d1b1d730adbcf200cb /sd | |
parent | 5230b2e475f4d967dcbe2d4c7fd71dc4ce1312de (diff) |
Fix typo
Change-Id: I4b1eefee1fd77d946f2926d0a0bb5b929de5d374
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98997
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index f8f471f08b9a..f1b8bcca5b6d 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -1198,7 +1198,7 @@ void SdOOXMLExportTest1::testTdf128345GradientRadial() void SdOOXMLExportTest1::testTdf128345GradientAxial() { - // Without the patch, symmtetric linear gradient with full transparence outside and + // Without the patch, symmetric linear gradient with full transparence outside and // full opak in the middle were imported as full transparent. ::sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/odp/tdf128345_GradientAxial.odp"), ODP); |