[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/source
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Jul 26 13:21:06 PDT 2011
sw/source/filter/ww8/ww8par2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit affd275c4546aea23cd9a752f761b34a7bf49061
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Jul 26 22:20:57 2011 +0200
fix backport
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index c26db3d..9384773 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;
More information about the Libreoffice-commits
mailing list