diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-22 14:25:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-22 14:48:25 +0300 |
commit | db12d9042c71b872efe0ed2d94cf00852c57abb5 (patch) | |
tree | 96f1a2add46156a42b287bf1af4428557b220ca3 /sw | |
parent | 39a84ef78a8ead60694ad0c7dd170d4e54fbdaba (diff) |
bHasUDefProp is unused
Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
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 c065d8ff6597..557d7e5626a1 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -701,7 +701,6 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt, } if ( rSt.GetError() != 0 ) break; - pImpRec->bHasUDefProp = true; nBytesLeft -= 6; } } |