]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetMarginal.h
index 2c395d601db4ea6053ba8b1e505b33da24869f6a..69b3bdec18f249ebde78e9c2b3661ee79e8abb80 100644 (file)
@@ -39,9 +39,7 @@ public:
        ///
        docstring editMessage() const;
        ///
-       void addToToc(ParConstIterator const &) const;
-       ///
-       docstring toolTip(BufferView const & bv, int x, int y) const;
+       void addToToc(DocIterator const &);
 private:
        ///
        Inset * clone() const { return new InsetMarginal(*this); }