[Libreoffice-commits] .: sw/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue Aug 30 19:04:10 PDT 2011


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

New commits:
commit eefb4c7b8ba1a225d313c7e1b5e88beaf66bc9b4
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Aug 30 21:02:04 2011 -0500

    partial revert of 01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c which was buggy

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 964929b..ac92dd2 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -6617,7 +6617,7 @@ bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rSta
     aPLCF.SetIdx( nIdx );               // Lookup suitable CP
     aPLCF.Get( rStart, nEnd, pData );
     rLen = nEnd - rStart;
-    ++aPLCF;
+    aPLCF++;
 
     return true;
 }


More information about the Libreoffice-commits mailing list