xmloff/source/draw/shapeexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf158b801a8d23538e339e3e1b9b571e8f1575d7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Oct 29 14:28:00 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Oct 29 16:34:50 2021 +0200 Fix typo Change-Id: I06cb364b31274d36a712f43db258a2421995388a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124434 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index dbd52fadd1d1..ae5dbf041d1e 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -4588,7 +4588,7 @@ static void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Referenc // tdf#141301: no specific skew values provided if (!bSkewValuesProvided) { - // so we need to export default values explicitely + // so we need to export default values explicitly rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_EXTRUSION_SKEW, "50 -135"); } }