oox/source/ppt/timenodelistcontext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f0ac4f8a85686702988925af4641b5be77a2c1e2 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:10:08 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 12:25:36 2020 +0100 Fix typo Change-Id: Id1b46eea8cfd641ee8ee665729c383112343184d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88316 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index 075d2fbb589e..52e23b27aee9 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -1025,7 +1025,7 @@ namespace oox::ppt { default: nNodeType = AnimationNodeType::CUSTOM; - SAL_INFO("oox.ppt", "uhandled token " << aElementToken); + SAL_INFO("oox.ppt", "unhandled token " << aElementToken); break; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
