From affd275c4546aea23cd9a752f761b34a7bf49061 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 26 Jul 2011 22:20:57 +0200 Subject: fix backport --- sw/source/filter/ww8/ww8par2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index c26db3dbdc..93847735f4 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -3793,7 +3793,7 @@ void WW8RStyle::ImportSprms(BYTE *pSprms, short nLen, bool bPap) while (const sal_uInt8* pSprm = aSprmIter.GetSprms()) { pIo->ImportSprm(pSprm); - aSprmIter.advance(); + aSprmIter++; } pParaSprms = 0; -- cgit v1.2.3