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) ...@@ -272,12 +272,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break; break;
case NS_rtf::LN_LINETYPE: case NS_rtf::LN_LINETYPE:
break; break;
case NS_rtf::LN_LINEPROPSLEFT:
break;
case NS_rtf::LN_LINEPROPSBOTTOM:
break;
case NS_rtf::LN_LINEPROPSRIGHT:
break;
case NS_ooxml::LN_headerr: case NS_ooxml::LN_headerr:
break; break;
case NS_ooxml::LN_footerr: case NS_ooxml::LN_footerr:
...@@ -311,10 +305,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val) ...@@ -311,10 +305,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
//footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise //footnote reference descriptor, if nIntValue > 0 then automatic, custom otherwise
//ignored //ignored
break; 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: case NS_ooxml::LN_CT_Sym_char:
if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is()) if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is())
{ {
...@@ -326,10 +316,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val) ...@@ -326,10 +316,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
utext( reinterpret_cast < const sal_uInt8 * >( &nIntValue ), 1 ); utext( reinterpret_cast < const sal_uInt8 * >( &nIntValue ), 1 );
} }
break; 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: case NS_ooxml::LN_CT_Sym_font:
//the footnote symbol and font are provided after the footnote is already inserted //the footnote symbol and font are provided after the footnote is already inserted
if( m_pImpl->GetTopContext() && m_pImpl->GetTopContext()->GetFootnote().is()) 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