summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
}