diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-07-26 22:20:57 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-07-26 22:20:57 +0200 |
commit | affd275c4546aea23cd9a752f761b34a7bf49061 (patch) | |
tree | 01c106c7a418afd497ac5bfc2bc59268e48445de | |
parent | 48d9ab395df1b005d9595908317c843cdc007683 (diff) |
fix backport
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |