diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-11 22:15:42 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-12 07:06:15 +0100 |
commit | cc92f065563e471463d11aa9b8f0445b3588f450 (patch) | |
tree | 0a1f105b943bd8656d038dd3de4802661f84e0e7 /sd | |
parent | 8319f6a93c491fb757e1e23d27db000fe92b0e97 (diff) |
Fix typo
Change-Id: Ic97185ff3e243ae60814b562278a90661521d6ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110794
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
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 35a0831f340b..a740e2b2d69c 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -1166,7 +1166,7 @@ void SdOOXMLExportTest1::testCustomshapeBitmapfillSrcrect() // tdf#134210 // Original values of attribute of l and r in xml files: <a:srcRect l="4393" r="4393"/> - // No core feature for handling this. We add suuport to import filter. We crop the bitmap + // No core feature for handling this. We add support to import filter. We crop the bitmap // physically during import and shouldn't export the l r t b attributes anymore. In the // future if we add core feature to LibreOffice, we should change the control value with // 4393. |