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

writerfilter: unused List class in doctok

Change-Id: I2e3315584e66b7a99003512b197062807674f8aa
üst 1bdf0175
......@@ -237,14 +237,6 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
break;
case NS_ooxml::LN_CT_AbstractNum_tmpl:
break;
case NS_rtf::LN_RGISTD:
break;
case NS_rtf::LN_FSIMPLELIST:
break;
case NS_rtf::LN_fAutoNum:
break;
case NS_rtf::LN_fHybrid:
break;
case NS_rtf::LN_ILVL:
break;
case NS_rtf::LN_FSTARTAT:
......
......@@ -468,15 +468,6 @@ void AbstractListDef::SetValue( sal_uInt32 nSprmId, sal_Int32 nValue )
case NS_ooxml::LN_CT_AbstractNum_tmpl:
m_nTmpl = nValue;
break;
case NS_rtf::LN_FSIMPLELIST:
m_nSimpleList = nValue;
break;
case NS_rtf::LN_fAutoNum:
m_nRestart = nValue;
break;
case NS_rtf::LN_fHybrid:
m_nUnsigned = nValue;
break;
default:
OSL_FAIL( "this line should never be reached");
}
......@@ -782,9 +773,6 @@ void ListsManager::lcl_attribute( Id nName, Value& rVal )
if ( pCurrentLvl.get( ) )
pCurrentLvl->SetValue( nName, sal_Int32( nIntValue ) );
break;
case NS_rtf::LN_RGISTD:
m_pCurrentDefinition->AddRGISTD( rVal.getString() );
break;
case NS_ooxml::LN_CT_Num_numId:
m_pCurrentDefinition->SetId( rVal.getString().toInt32( ) );
break;
......@@ -792,9 +780,6 @@ void ListsManager::lcl_attribute( Id nName, Value& rVal )
m_pCurrentDefinition->SetId( nIntValue );
break;
case NS_ooxml::LN_CT_AbstractNum_tmpl:
case NS_rtf::LN_FSIMPLELIST:
case NS_rtf::LN_fAutoNum:
case NS_rtf::LN_fHybrid:
m_pCurrentDefinition->SetValue( nName, nIntValue );
break;
case NS_ooxml::LN_CT_NumLvl_ilvl:
......
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