summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx11
1 files changed, 0 insertions, 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();