]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetSpace.h
index 7e32dc7cb5deaf0bc4de426e82753d971562bf88..8055706c41118b0f0df5599710eae187ef1611f9 100644 (file)
@@ -135,10 +135,12 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        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;