diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index d07d9ee745a8..22d93f1e8aa1 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -5213,6 +5213,7 @@ void WW8PLCFxDesc::Restore( const WW8PLCFxSave1& rSave ) pPLCFx->SetDirty(false); aD.ReduceByOffset(); pMemPos = aD.pMemPos + rSave.nPLCFxMemOfs; + nSprmsLen = nOrigSprmsLen - rSave.nPLCFxMemOfs; } } } |