[Libreoffice-commits] core.git: sw/source

Justin Luth justin_luth at sil.org
Fri Mar 23 04:01:02 UTC 2018


 sw/source/filter/ww8/wrtww8.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa1db85bc3cd49407a2f1cfa44433e2718a35baf
Author: Justin Luth <justin_luth at sil.org>
Date:   Wed Mar 21 21:54:11 2018 +0300

    remove isolated comment
    
    The comment wasn't connected to anything even on initial import.
    There is an m_bOutKF variable in use, but never anywhere in
    this function.
    
    Change-Id: If05748abcfa5e55f1edadf5487904f10049ce13f
    Reviewed-on: https://gerrit.libreoffice.org/51754
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Justin Luth <justin_luth at sil.org>

diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 7c4fd5b2cf55..99558ecc13cf 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -1831,7 +1831,7 @@ void MSWordExportBase::WriteSpecialText( sal_uLong nStart, sal_uLong nEnd, sal_u
     SwPaM* pOldEnd = m_pOrigPam;
     bool bOldPageDescs = m_bOutPageDescs;
     m_bOutPageDescs = false;
-                                    // bOutKF was set / stored in WriteKF1
+
     SetCurPam(nStart, nEnd);
 
     // clear linked textboxes since old ones can't be linked to frames in this section


More information about the Libreoffice-commits mailing list