]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Fix two thinkos caught by the cppcheck script.
[lyx.git] / src / Text.h
index 7ee76d232b5754c6975be75ffaef6332800e4ee7..189a422adcbcd376bf2e6b655281d1322ec98849 100644 (file)
@@ -130,7 +130,7 @@ public:
        /// if \param os is longer than maxlen chars.
        /// if \param maxlen is passed as 0, then it is ignored. (In fact,
        /// it is reset to the maximum value for size_t.)
-       void forToc(docstring & os, size_t maxlen, bool shorten = true) const;
+       void forOutliner(docstring & os, size_t maxlen, bool shorten = true) const;
 
        /// insert a character at cursor position
        /// FIXME: replace Cursor with DocIterator.