remove unused code

This commit is contained in:
David Tardon 2010-12-23 12:48:24 +01:00
parent 3d80d56d74
commit f33997868b

View file

@ -189,17 +189,6 @@ void LwpSilverBullet::RegisterStyle()
}
}
}
else
{
//register bullet style-list
/* for (sal_uInt8 nC = 1; nC < 11; nC++)
{
pListStyle->SetListBullet(nC, this->GetBulletChar(), this->GetBulletFontName(),
this->GetPrefix(), this->GetSuffix());
pListStyle->SetListPosition(nC, 0.0, 0.635, 0.0);
}*/
}
//add style-list to style manager.
m_strStyleName = pXFStyleManager->AddStyle(pListStyle)->GetStyleName();