From f33997868be3e81cd4e0d4fd8f43d47e0b9a2eae Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 23 Dec 2010 12:48:24 +0100 Subject: [PATCH] remove unused code --- lotuswordpro/source/filter/lwpsilverbullet.cxx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx index ced9019be7b1..3b797accb34b 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.cxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx @@ -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();