summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-29 14:28:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-29 16:34:50 +0200
commitcf158b801a8d23538e339e3e1b9b571e8f1575d7 (patch)
tree1494a875f57b73f4d3ace2ba679558aa8511054a /xmloff
parent9dd38a0b4021aa942196babdd6406691c1638a2a (diff)
Fix typo
Change-Id: I06cb364b31274d36a712f43db258a2421995388a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124434 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
1 files changed, 1 insertions, 1 deletions
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");
}
}