diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:42:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:50:54 +0100 |
commit | 19e519593c940fbbf953b7d0ff6d7c86707f39e2 (patch) | |
tree | 7b66e43d6a5d192450249418c258e0bd5d9f1d91 /xmloff | |
parent | db8085636aec89205fdc944ec55ef11645705a97 (diff) |
Fix typos
Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc
Reviewed-on: https://gerrit.libreoffice.org/47161
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 2f4f873a9cf4..9061d9f2583e 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3701,7 +3701,7 @@ void SdXMLCustomShapeContext::StartElement( const uno::Reference< xml::sax::XAtt void SdXMLCustomShapeContext::EndElement() { - // for backward compatibility, the above SetTransformation() may alraedy have + // for backward compatibility, the above SetTransformation() may already have // applied a call to SetMirroredX/SetMirroredY. This is not yet added to the // beans::PropertyValues in maCustomShapeGeometry. When applying these now, this // would be lost again. |