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

writerfilter: reduce scope in ListsManager

Change-Id: Ibc2fa865614df44088883acee4a2c87a3fb19279
üst 53cf9748
......@@ -829,7 +829,6 @@ void ListsManager::lcl_attribute( Id nName, Value& rVal )
void ListsManager::lcl_sprm( Sprm& rSprm )
{
static bool bIsStartVisited = false;
//fill the attributes of the style sheet
sal_uInt32 nSprmId = rSprm.getId();
if( m_pCurrentDefinition.get() ||
......@@ -838,6 +837,7 @@ void ListsManager::lcl_sprm( Sprm& rSprm )
(nSprmId == NS_ooxml::LN_CT_NumPicBullet_pict && m_pCurrentNumPicBullet.get()) ||
nSprmId == NS_ooxml::LN_CT_Numbering_numPicBullet)
{
static bool bIsStartVisited = false;
sal_Int32 nIntValue = rSprm.getValue()->getInt();
switch( nSprmId )
{
......
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