summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-23 20:32:00 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-23 20:32:00 -0500
commit182d47721a80c97d08a147237c8d661883074bb0 (patch)
treec0bb7768f7723d1c62f82cbf127a09e5f41e84fd
parent4cfa17630d56ad31c3911418c18ac3533be09c14 (diff)
A little more cleanup.
-rw-r--r--source/docbook.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/docbook.py b/source/docbook.py
index ec6bed1..66b6def 100644
--- a/source/docbook.py
+++ b/source/docbook.py
@@ -1,16 +1,6 @@
import sys
import globals, node
-chapterNames = [
- '/text/swriter/main0000.xhp',
- '/text/scalc/main0000.xhp',
- '/text/sdraw/main0000.xhp',
- '/text/simpress/main0000.xhp',
- '/text/smath/main0000.xhp',
- '/text/schart/main0000.xhp'
-]
-
-
class FilePathSorter:
def __init__ (self, filepaths):
@@ -159,7 +149,6 @@ class DocBookConverter:
para = dest.appendElement('para')
para.appendContent(xhppara.getContent())
-
def prettyPrint (self, fd):
node.prettyPrint(fd, self.root)