sw/source/filter/ww8/wrtw8nds.cxx               |    2 --
 sw/source/writerfilter/dmapper/DomainMapper.cxx |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit dbff7d354830ec0c16ad05dbd0ef001e89862c6f
Author:     Justin Luth <[email protected]>
AuthorDate: Wed Feb 4 15:08:42 2026 -0500
Commit:     Justin Luth <[email protected]>
CommitDate: Fri Feb 6 21:52:16 2026 +0100

    NFC docx: remove obsolete comment (plus other minor cleanup)
    
    The comment is already included when the file was created
    commit 2eef65d9d59e10d7d0ef924e2131d3bcd482c35c
    Author: Release Engineers <[email protected]>
    Date:   Tue Aug 25 11:00:47 2009 +0000
        CWS-TOOLING: integrate CWS ooxml03
    
    but it appears to be an obsolete note
    that was forgotten during development.
    
    There is no reference to footnotes
    anywhere in this section,
    so how can there be an 'except for footnotes'?
    
    Change-Id: I9a18f2f665b2de62daee857d383ac57b1fa458a6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198851
    Reviewed-by: Justin Luth <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx 
b/sw/source/filter/ww8/wrtw8nds.cxx
index f2d05dfe0e71..42527ad762a9 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2763,7 +2763,6 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
             }
 
             // At the end of line, output the attributes until the CR.
-            // Exception: footnotes at the end of line
             if ( nNextAttr == nEnd )
             {
                 OSL_ENSURE( nOpenAttrWithRange >= 0, "odd to see this 
happening, expected >= 0" );
@@ -2808,7 +2807,6 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode )
                 AttrOutput().EndRunProperties( pRedlineData );
             }
 
-            // Exception: footnotes at the end of line
             if ( nNextAttr == nEnd )
             {
                 OSL_ENSURE(nOpenAttrWithRange >= 0,
diff --git a/sw/source/writerfilter/dmapper/DomainMapper.cxx 
b/sw/source/writerfilter/dmapper/DomainMapper.cxx
index 82518739810a..6763e91adbd6 100644
--- a/sw/source/writerfilter/dmapper/DomainMapper.cxx
+++ b/sw/source/writerfilter/dmapper/DomainMapper.cxx
@@ -3374,7 +3374,6 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const 
PropertyMapPtr& rContext )
             pProperties->resolve(*this);
     }
     break;
-    break;
     case NS_ooxml::LN_CT_SdtPr_date:
     {
         m_pImpl->m_pSdtHelper->setControlType(SdtControlType::datePicker);

Reply via email to