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

writerfilter: drop unused rtf:{fdg,shpdgg,shpfbse,shpfHaveSpt} tokens

Change-Id: I2783cb18a14ebf9835016102da42277d7716c4e4
üst 6131787a
...@@ -455,7 +455,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) ...@@ -455,7 +455,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
case NS_rtf::LN_LCB: break;//byte count case NS_rtf::LN_LCB: break;//byte count
case NS_rtf::LN_CBHEADER: break;//ignored case NS_rtf::LN_CBHEADER: break;//ignored
case NS_rtf::LN_MFP: //MetafilePict case NS_rtf::LN_MFP: //MetafilePict
case NS_rtf::LN_shpfbse: //BLIP store entry
case NS_rtf::LN_BRCTOP: //top border case NS_rtf::LN_BRCTOP: //top border
case NS_rtf::LN_BRCLEFT: //left border case NS_rtf::LN_BRCLEFT: //left border
case NS_rtf::LN_BRCBOTTOM: //bottom border case NS_rtf::LN_BRCBOTTOM: //bottom border
...@@ -609,8 +608,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) ...@@ -609,8 +608,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
break;// Shape has an anchor of some kind break;// Shape has an anchor of some kind
case NS_rtf::LN_shpfBackground: case NS_rtf::LN_shpfBackground:
break;// Background shape break;// Background shape
case NS_rtf::LN_shpfHaveSpt:
break;// Shape has a shape type property
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