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

writerfilter: remove unused Tplc class in doctok

Change-Id: Iec8680560bde8157e6e4c66417647f62b2feb8a8
üst f286eb90
......@@ -272,12 +272,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break;
case NS_rtf::LN_LINETYPE:
break;
case NS_rtf::LN_LINEPROPSLEFT:
break;
case NS_rtf::LN_LINEPROPSBOTTOM:
break;
case NS_rtf::LN_LINEPROPSRIGHT:
break;
case NS_ooxml::LN_headerr:
break;
case NS_ooxml::LN_footerr:
......@@ -311,10 +305,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
//footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise
//ignored
break;
case NS_rtf::LN_FONT: //font of footnote symbol
if (m_pImpl->GetTopContext())
m_pImpl->GetTopContext()->SetFootnoteFontId( nIntValue );
break;
case NS_ooxml::LN_CT_Sym_char:
if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is())
{
......@@ -326,10 +316,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
utext( reinterpret_cast < const sal_uInt8 * >( &nIntValue ), 1 );
}
break;
case NS_rtf::LN_CHAR: //footnote symbol character
if (m_pImpl->GetTopContext())
m_pImpl->GetTopContext()->SetFootnoteSymbol( sal_Unicode(nIntValue));
break;
case NS_ooxml::LN_CT_Sym_font:
//the footnote symbol and font are provided after the footnote is already inserted
if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is())
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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