]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix empty width support for Box inset
[lyx.git] / src / insets / InsetSpace.h
index dc74faadcac26832922415216631d38e988e4dba..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;
        ///
@@ -151,8 +152,6 @@ public:
        bool isSpace() const { return true; }
        ///
        std::string contextMenuName() const;
-       ///
-       bool clickable(int /* x */, int /* y */) const { return true; }
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }