summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-26 22:49:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-27 09:15:00 +0200
commit8a2136443929ac0215b3aa4008de272b6d576050 (patch)
treec051ecf77e96ac23586da3585f0fec73cf603c21 /xmloff/source/draw
parent6ad28942656ad6e707ffba5b64013af87b37aebf (diff)
Fix typos
Change-Id: Ieebf8bc3051d1f6b99cf72629aa411e27de21640 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101403 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/animationexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx
index af0ea3828eb1..5f8f0ca2797b 100644
--- a/xmloff/source/draw/animationexport.cxx
+++ b/xmloff/source/draw/animationexport.cxx
@@ -1344,7 +1344,7 @@ void AnimationsExporterImpl::exportAnimate( const Reference< XAnimate >& xAnimat
break;
}
- if( eElementToken == XML_ANIMATEPHYSICS ) // not a standart should use the extension namespace
+ if( eElementToken == XML_ANIMATEPHYSICS ) // not a standard should use the extension namespace
{
SvXMLElementExport aElement( *mxExport, XML_NAMESPACE_LO_EXT, eElementToken, true, true );
}