diff options
author | Bálint Dózsa <dozsabalint@gmail.com> | 2011-02-15 11:34:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-15 11:34:08 +0000 |
commit | eb726f281df215ed0158732c178c69adc1bad5da (patch) | |
tree | 01b52b47b3aecb659ec14469dff9da1721001409 /writerperfect | |
parent | ef0534f8446028a57ed0aebd3d19d2a5cc662faa (diff) |
Remove dead codes
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/DocumentCollector.cxx | 1 | ||||
-rw-r--r-- | writerperfect/source/filter/FontStyle.cxx | 1 | ||||
-rw-r--r-- | writerperfect/source/filter/OdgExporter.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/writerperfect/source/filter/DocumentCollector.cxx b/writerperfect/source/filter/DocumentCollector.cxx index de14d34ee6e9..22c37056a13d 100644 --- a/writerperfect/source/filter/DocumentCollector.cxx +++ b/writerperfect/source/filter/DocumentCollector.cxx @@ -1018,7 +1018,6 @@ void DocumentCollector::openTableCell(const WPXPropertyList &propList) if (propList["table:number-rows-spanned"]) pTableCellOpenElement->addAttribute("table:number-rows-spanned", propList["table:number-rows-spanned"]->getStr().cstr()); - // pTableCellOpenElement->addAttribute("table:value-type", "string"); mpCurrentContentElements->push_back(pTableCellOpenElement); mWriterDocumentStates.top().mbTableCellOpened = true; diff --git a/writerperfect/source/filter/FontStyle.cxx b/writerperfect/source/filter/FontStyle.cxx index e15c6651edd9..3f4ce607d270 100644 --- a/writerperfect/source/filter/FontStyle.cxx +++ b/writerperfect/source/filter/FontStyle.cxx @@ -44,7 +44,6 @@ void FontStyle::write(DocumentHandlerInterface *pHandler) const TagOpenElement styleOpen("style:font-face"); styleOpen.addAttribute("style:name", getName()); styleOpen.addAttribute("svg:font-family", msFontFamily); -// styleOpen.addAttribute("style:font-pitch", msFontPitch); styleOpen.write(pHandler); TagCloseElement styleClose("style:font-face"); styleClose.write(pHandler); diff --git a/writerperfect/source/filter/OdgExporter.cxx b/writerperfect/source/filter/OdgExporter.cxx index 03f75bb690ba..c111cdb75dd5 100644 --- a/writerperfect/source/filter/OdgExporter.cxx +++ b/writerperfect/source/filter/OdgExporter.cxx @@ -196,7 +196,6 @@ void OdgExporter::endGraphics() tmpStyleStyleOpenElement.write(mpHandler); TagOpenElement tmpStyleDrawingPagePropertiesOpenElement("style:drawing-page-properties"); - // tmpStyleDrawingPagePropertiesOpenElement.addAttribute("draw:background-size", "border"); tmpStyleDrawingPagePropertiesOpenElement.addAttribute("draw:fill", "none"); tmpStyleDrawingPagePropertiesOpenElement.write(mpHandler); |