]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetSpace.h
index 753e3bf70830ac2c46ca57d427ad61631612519a..7e32dc7cb5deaf0bc4de426e82753d971562bf88 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;
        ///
@@ -150,9 +151,7 @@ public:
        // a line separator)?
        bool isSpace() const { return true; }
        ///
-       docstring contextMenuName() const;
-       ///
-       bool clickable(int /* x */, int /* y */) const { return true; }
+       std::string contextMenuName() const;
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }