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

New commits:
commit 6dfc6b717b5e625cbc48c856b73573719c511c8a
Author: Michael Stahl <[email protected]>
Date:   Mon Dec 2 22:20:25 2013 +0100

    fdo#71749: sw: WW8: don't loop on tables in footnotes
    
    (regression from ee1db992b98378b5e2f5e9aa8af0e36c375e582f)
    
    Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207
    (cherry picked from commit 790896d9a557d34ea91d6e5926471de66503be7a)
    Reviewed-on: https://gerrit.libreoffice.org/6905
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Miklos Vajna <[email protected]>

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index bf5bea0..223de68 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -2383,7 +2383,7 @@ bool SwWW8ImplReader::ProcessSpecial(bool &rbReSync, 
WW8_CP nStartCp)
                 pPlcxMan->GetPap()->Restore( aSave );
             }
         }
-    } while (nInTable < nCellLevel);
+    } while (!bFtnEdn && (nInTable < nCellLevel));
     return bTableRowEnd;
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to