summaryrefslogtreecommitdiff
path: root/writerperfect/source/filter/TextRunStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/filter/TextRunStyle.cxx')
-rw-r--r--writerperfect/source/filter/TextRunStyle.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/writerperfect/source/filter/TextRunStyle.cxx b/writerperfect/source/filter/TextRunStyle.cxx
index dbdecae34f4e..4c461f96c166 100644
--- a/writerperfect/source/filter/TextRunStyle.cxx
+++ b/writerperfect/source/filter/TextRunStyle.cxx
@@ -51,10 +51,6 @@ void ParagraphStyle::write(OdfDocumentHandler *pHandler) const
WPXPropertyList::Iter i(mpPropList);
for (i.rewind(); i.next(); )
{
-#if 0
- if (strcmp(i.key(), "style:list-style-name") == 0)
- propList.insert("style:list-style-name", i()->getStr());
-#endif
if (strncmp(i.key(), "fo:margin-",10) == 0)
{
if (strcmp(i.key(), "fo:margin-left") == 0 ||