]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetSpace.h
index f013d7ca31d9ec89ac5ff2d9ac52330cfae6a4f0..5496e3c8489b30a2e269c00ecff84b513a7877fa 100644 (file)
@@ -120,7 +120,7 @@ public:
        /// Will not be used when lyxf3
        void read(Lexer & lex);
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -132,13 +132,15 @@ public:
        ///
        void toString(odocstream &) const;
        ///
+       void forToc(docstring &, size_t) const;
+       ///
        bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return SPACE_CODE; }
        /// is this an expandible space (rubber length)?
        bool isStretchableSpace() const;
 
-       // should this inset be handled like a normal charater
+       /// should this inset be handled like a normal character?
        bool isChar() const { return true; }
        /// is this equivalent to a letter?
        bool isLetter() const { return false; }