summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpsilverbullet.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2010-12-23 12:48:24 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-24 14:17:54 +0100
commitf33997868be3e81cd4e0d4fd8f43d47e0b9a2eae (patch)
tree1f741b4b01c79fcf13c9b88b50699fd26c8f4556 /lotuswordpro/source/filter/lwpsilverbullet.cxx
parent3d80d56d744cb3c2ea533ca08c42b723fefec127 (diff)
remove unused code
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx')
-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();