]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Remove dead code + whitespace
[lyx.git] / src / insets / InsetSpace.h
index 718a97ba1749fe6326473561a870bfbde8d819cb..c4315a182fc1d8165299336974645f1712b31de0 100644 (file)
@@ -124,7 +124,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
@@ -138,6 +139,8 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
+       bool clickable(int, int) const { return true; }
+       ///
        InsetCode lyxCode() const { return SPACE_CODE; }
        /// is this an expandible space (rubber length)?
        bool isStretchableSpace() const;