summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-31 10:47:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-01 07:20:17 +0200
commit88e2ca99e0dcc892a0900d7c3ff3d2ca20bbf0b8 (patch)
tree71f80489c381ca86fbd549f5b956ab0d719ea9cf
parent1238170d165a3d6c55a792e49132f8c8098d21df (diff)
Fix typo
Change-Id: Ic0f544eeb53c60d2d461c219e38b8fef30eac46e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137658 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 29896af60270..b870cfabf8f1 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -9436,7 +9436,7 @@ void DocxAttributeOutput::FormatLRSpace( const SvxLRSpaceItem& rLRSpace )
if (dynamic_cast<SwContentNode const*>(GetExport().m_pOutFormatNode) != nullptr)
{
auto pTextNd(static_cast<SwTextNode const*>(GetExport().m_pOutFormatNode));
- // WW doesn't have a concept of a pararaph that's in a list but not
+ // WW doesn't have a concept of a paragraph that's in a list but not
// counted in the list - see AttributeOutputBase::ParaNumRule()
// forcing non-existent numId="0" in this case.
// This means WW won't apply the indents from the numbering,