sw/source/filter/ww8/ww8par6.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7afa9ba25311e70d31cd5bce66191c3d785630cc
Author:     Justin Luth <jl...@mail.com>
AuthorDate: Thu Jun 29 16:49:11 2023 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Fri Jun 30 00:09:54 2023 +0200

    sw doc import: suggest setting ADD_EXT_LEADING = false might be wrong
    
    Historically, it switched from forcing on to forcing off.
    A bug report suggests it shouldn't do either one...
    
    Change-Id: I4a1326bfe83ed0aa3e4948c71534148154271e19
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153776
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>

diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 4758c4646286..fbcf566a0897 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -263,6 +263,7 @@ void SwWW8ImplReader::SetDocumentGrid(SwFrameFormat 
&rFormat, const wwSection &r
 
     // seem to not add external leading in word, or the character would run 
across
     // two line in some cases.
+    // TODO: tdf#85435 suggests that this is wrong
     if (eType != GRID_NONE)
         
m_rDoc.getIDocumentSettingAccess().set(DocumentSettingId::ADD_EXT_LEADING, 
false);
 

Reply via email to