sw/source/uibase/uno/loktxdoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f72255d3473bb9141e119698fc14eca2207967c4 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Dec 20 16:16:40 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Dec 22 20:51:23 2024 +0100 Fix typo Change-Id: I3ded88c7080b8c009937223bc9845367872dd25f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178939 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/uibase/uno/loktxdoc.cxx b/sw/source/uibase/uno/loktxdoc.cxx index 20f7cd9367ba..6a2431b2dec3 100644 --- a/sw/source/uibase/uno/loktxdoc.cxx +++ b/sw/source/uibase/uno/loktxdoc.cxx @@ -729,7 +729,7 @@ void GetDocStructureDocProps(tools::JsonWriter& rJsonWriter, SwDocShell* pDocShe auto aDocumentStatisticsNode = rJsonWriter.startNode("DocumentStatistics"); for (int i = 0; i < aDocumentStatistics.getLength(); i++) { - // Todo check: do all stast are integer numbers? + // Todo check: do all stats are integer numbers? sal_Int32 nValue = 0; aDocumentStatistics[i].Value >>= nValue; std::string aStr(OUStringToOString(aDocumentStatistics[i].Name, RTL_TEXTENCODING_UTF8));