summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-22 14:25:56 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-22 14:48:25 +0300
commitdb12d9042c71b872efe0ed2d94cf00852c57abb5 (patch)
tree96f1a2add46156a42b287bf1af4428557b220ca3 /filter
parent39a84ef78a8ead60694ad0c7dd170d4e54fbdaba (diff)
bHasUDefProp is unused
Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 9f01e10fb3eb..7d0882438bc6 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4968,7 +4968,6 @@ SdrObject* SvxMSDffManager::ProcessObj(SvStream& rSt,
}
if ( rSt.GetError() != 0 )
break;
- pImpRec->bHasUDefProp = true;
nBytesLeft -= 6;
}
}
@@ -7244,7 +7243,6 @@ SvxMSDffImportRec::SvxMSDffImportRec()
bReplaceByFly = false;
bLastBoxInChain = true;
- bHasUDefProp = false; // was the DFF_msofbtUDefProp record set?
bVFlip = false;
bHFlip = false;
bAutoWidth = false;
@@ -7295,7 +7293,6 @@ SvxMSDffImportRec::SvxMSDffImportRec(const SvxMSDffImportRec& rCopy)
bReplaceByFly = rCopy.bReplaceByFly;
bAutoWidth = rCopy.bAutoWidth;
bLastBoxInChain = rCopy.bLastBoxInChain;
- bHasUDefProp = rCopy.bHasUDefProp;
bVFlip = rCopy.bVFlip;
bHFlip = rCopy.bHFlip;
nClientAnchorLen = rCopy.nClientAnchorLen;