diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-22 14:42:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-22 14:48:25 +0300 |
commit | e6fdd7ad0a4c548467157fa6791389e19f08993c (patch) | |
tree | 88c5c0734b911f262da14af5f90e318d4c240953 /sw | |
parent | db12d9042c71b872efe0ed2d94cf00852c57abb5 (diff) |
The bLastBoxInChain fields are unused
Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 557d7e5626a1..26b867d4ddac 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -830,7 +830,6 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt, { SvxMSDffShapeInfo& rInfo = **it; pImpRec->bReplaceByFly = rInfo.bReplaceByFly; - pImpRec->bLastBoxInChain = rInfo.bLastBoxInChain; } } |