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

writerfilter: drop unused FDG, FTXBXS and FRD classes in doctok

Change-Id: I37c209b31bf47577b0f56b06fc49f15327f8c434
üst 3ae9e57f
......@@ -244,7 +244,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
case NS_rtf::LN_FHIDDEN:
break;
case NS_rtf::LN_WIDENT:
case NS_rtf::LN_LID:
case NS_rtf::LN_LCBSTTBFUSSR:
{
m_pImpl->GetFIB().SetData( nName, nIntValue );
......@@ -301,10 +300,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
case NS_ooxml::LN_STYLESHEET:
break;
case NS_rtf::LN_FRD :
//footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise
//ignored
break;
case NS_ooxml::LN_CT_Sym_char:
if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is())
{
......
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