summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-12-20 16:16:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-12-22 20:51:23 +0100
commitf72255d3473bb9141e119698fc14eca2207967c4 (patch)
tree5f34a15ebbc8f568f5aabe7a2449eb06d7ab0c2b /sw
parentd74738ef156b6c468fd8aa0fb9e0528f04cf5c07 (diff)
Fix typo
Change-Id: I3ded88c7080b8c009937223bc9845367872dd25f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178939 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uno/loktxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
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));