]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/LyX.py
More translation strings.
[lyx.git] / lib / lyx2lyx / LyX.py
index 9a1147565a88ff9aea51bb2d10309644b568721d..0f3b9b7b6be9345fd8a3f0ad83d05565e96ce459 100644 (file)
@@ -628,6 +628,8 @@ class LyX_base:
         return mode, steps
 
 
+# Part of an unfinished attempt to make lyx2lyx gave a more
+# structured view of the document.
 #    def get_toc(self, depth = 4):
 #        " Returns the TOC of this LyX document."
 #        paragraphs_filter = {'Title' : 0,'Chapter' : 1, 'Section' : 2,
@@ -754,6 +756,8 @@ class File(LyX_base):
 #        self.body.extend(['','\\end_body', '\\end_document'])
 
 
+# Part of an unfinished attempt to make lyx2lyx gave a more
+# structured view of the document.
 #class Paragraph:
 #    # unfinished implementation, it is missing the Text and Insets
 #    # representation.