]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.C
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / TocBackend.C
index 841c4cf090d175da8363592a9443357a743d867c..fd714ce56221fc49bd38cfc0412fae3956c1a80b 100644 (file)
@@ -224,7 +224,7 @@ TocIterator const TocBackend::item(
 }
 
 
-void TocBackend::asciiTocList(string const & type, odocstream & os) const
+void TocBackend::writePlaintextTocList(string const & type, odocstream & os) const
 {
        TocList::const_iterator cit = tocs_.find(type);
        if (cit != tocs_.end()) {