Kaydet (Commit) 4a924576 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: drop unused BlipDib and FSP in doctok

Change-Id: I900cc3e9b3e7545e141c592183ccd907216832e7
üst 08f7bae0
...@@ -549,35 +549,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) ...@@ -549,35 +549,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
break; // y-size break; // y-size
case NS_rtf::LN_HMF: break; //identifier - ignored case NS_rtf::LN_HMF: break; //identifier - ignored
//sprm 0xf008
case NS_rtf::LN_shptype:
break;
case NS_rtf::LN_shpid:
break;
case NS_rtf::LN_shpfGroup:
break;// This shape is a group shape
case NS_rtf::LN_shpfChild:
break;// Not a top-level shape
case NS_rtf::LN_shpfPatriarch:
break;// This is the topmost group shape. Exactly one of these per drawing.
case NS_rtf::LN_shpfDeleted:
break;// The shape has been deleted
case NS_rtf::LN_shpfOleShape:
break;// The shape is an OLE object
case NS_rtf::LN_shpfHaveMaster:
break;// Shape has a hspMaster property
case NS_rtf::LN_shpfFlipH: // Shape is flipped horizontally
m_pImpl->bHoriFlip = nIntValue ? true : false;
break;
case NS_rtf::LN_shpfFlipV: // Shape is flipped vertically
m_pImpl->bVertFlip = nIntValue ? true : false;
break;
case NS_rtf::LN_shpfConnector:
break;// Connector type of shape
case NS_rtf::LN_shpfHaveAnchor:
break;// Shape has an anchor of some kind
case NS_rtf::LN_shpfBackground:
break;// Background shape
case NS_rtf::LN_shpfBid: case NS_rtf::LN_shpfBid:
break; //ignored break; //ignored
case NS_rtf::LN_shpfComplex: case NS_rtf::LN_shpfComplex:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment