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

writerfilter: drop unused rtf:{sed,FCMPR,FNMPR,FCSEPX,FN} tokens

Change-Id: I6ad41627eeced6c24437bbd022b244bf91b162d0
üst 45460d59
......@@ -72,7 +72,6 @@ using namespace ::rtl;
namespace writerfilter {
using resourcemodel::resolveSprmProps;
using resourcemodel::resolveAttributeProperties;
namespace dmapper{
......@@ -568,13 +567,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
m_pImpl->GetFIB().SetData( nName, nIntValue );
}
break;
case NS_rtf::LN_FN:
case NS_rtf::LN_FCSEPX:
case NS_rtf::LN_FNMPR:
case NS_rtf::LN_FCMPR:
//section descriptor, unused or internally used
break;
case NS_rtf::LN_ICOFORE:
break;
case NS_rtf::LN_ICOBACK:
......@@ -748,10 +740,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break;
case NS_rtf::LN_XSTZNAME1:
break;
case NS_rtf::LN_sed:
//section properties
resolveAttributeProperties(*this, val);
break;
case NS_rtf::LN_tbdAdd:
//
{
......
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