From db12d9042c71b872efe0ed2d94cf00852c57abb5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Aug 2014 14:25:56 +0300 Subject: bHasUDefProp is unused Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1 --- sw/source/filter/ww8/ww8par.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw') 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; } } -- cgit