From 6783deca0b57b2877f7ddecb70bce4241d2f40b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 15 Dec 2010 16:24:32 +0000 Subject: [PATCH] fx this up --- ...tidy-this-up-and-don-t-bail-out-on-mislength-records.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0001-tidy-this-up-and-don-t-bail-out-on-mislength-records.patch b/0001-tidy-this-up-and-don-t-bail-out-on-mislength-records.patch index b33daa4..42f2f7c 100644 --- a/0001-tidy-this-up-and-don-t-bail-out-on-mislength-records.patch +++ b/0001-tidy-this-up-and-don-t-bail-out-on-mislength-records.patch @@ -2,7 +2,7 @@ diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 5720af2..7807371 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx -@@ -1052,7 +1052,7 @@ SwFrmFmt* SwWW8ImplReader::InsertTxbxText(SdrTextObj* pTextObj, +@@ -1052,7 +1052,7 @@ Read_PicLoc(nAktId, pParams, 1); break; } @@ -10,7 +10,7 @@ index 5720af2..7807371 100644 + aSprmIter.advance(); } - if( !nLoop ) + //if( bRead_Obj || bRead_PicLoc ) break; diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index 5b66561..65172b1 100644 --- a/sw/source/filter/ww8/ww8par2.cxx