sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e516436bdc67506ec635ca2ba11297bdecc3fef Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 23 18:00:53 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 26 18:25:14 2026 +0100 Fix typo Change-Id: Ida2a726b8551f6bf95a8c0ea5c0c650edbc93aeb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200074 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 8d4b05c44265..1b2d6281e6d2 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -1889,7 +1889,7 @@ void DocxAttributeOutput::EndRun(const SwTextNode* pNode, sal_Int32 nPos, sal_In { // This is the common case: "close sdt before the current run" was requested by the next run. // This is NOT common anymore. Hardly any runSdt's are grabbagged nowadays, - // but yes, if is is grabbagged, then this is the common way that it is closed. + // but yes, if it is grabbagged, then this is the common way that it is closed. m_aRunSdt.EndSdtBlock(m_pSerializer); m_bEndCharSdt = false;
