xmloff/source/draw/animationexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a650f9e2e2a7b93177c6a0a3fe6e4edf8dac300 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 12 07:44:36 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 12 09:03:35 2025 +0100 Fix typo Change-Id: I9c9675a5bca3bc3ed2b03ed7f08bafdc778d914b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193835 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index d8171be53b53..bfde70def65f 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -980,7 +980,7 @@ void AnimationsExporterImpl::exportNode( const Reference< XAnimationNode >& xNod TOOLS_WARN_EXCEPTION("xmloff.draw", ""); } - // if something goes wrong, its always a good idea to clear the attribute list + // if something goes wrong, it's always a good idea to clear the attribute list mxExport->ClearAttrList(); }
