From cc92f065563e471463d11aa9b8f0445b3588f450 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Feb 2021 22:15:42 +0100 Subject: Fix typo Change-Id: Ic97185ff3e243ae60814b562278a90661521d6ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110794 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- sd/qa/unit/export-tests-ooxml1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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: - // 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. -- cgit