sw/source/filter/ww8/docxattributeoutput.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e02be75e46c23be3774e7161a2ddf4adf70c5793
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Feb 23 18:00:54 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Feb 26 18:25:38 2026 +0100

    Fix typo
    
    Change-Id: I92274634517e6d4b23d680cbfa1b814cae55cebc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200075
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx 
b/sw/source/filter/ww8/docxattributeoutput.hxx
index ca9db3e30ece..d23d191b92b0 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -173,7 +173,7 @@ public:
     // In order to cache the SdtBlockHelper value, some mechanism is needed to 
check its validity.
     // Currently this is needed only for m_aParagraphSdt, so tracking the 
SwPosition is sufficient.
 
-    // If the SDT has not beeen started (!m_bStartedSdt) and the text 
positions do not match,
+    // If the SDT has not been started (!m_bStartedSdt) and the text positions 
do not match,
     // then this SdtBlockHelper cache may be cleared and re-populated.
     const SwPosition* m_pStartPosition; // only used by m_aParagraphSdt
     std::vector<OUString> m_vBookmarkEnd; // only used by m_aParagraphSdt
@@ -1103,7 +1103,7 @@ private:
     // It starts at the paragraph containing the 'SdtPr' grabbag property,
     // and ends at the paragraph before the one containing the 
'ParaSdtEndBefore' property.
     SdtBlockHelper m_aParagraphSdt;
-    // Same as m_aParagraphSdt except it ends on the run before the one 
containng 'SdtEndBefore'
+    // Same as m_aParagraphSdt except it ends on the run before the one 
containing 'SdtEndBefore'
     SdtBlockHelper m_aRunSdt;
 
     std::vector<std::map<SvxBoxItemLine, css::table::BorderLine2>> 
m_aTableStyleConfs;

Reply via email to