]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
adjust
[lyx.git] / src / DocIterator.h
index c2ad4082945d2785c5de21a6a97d884c77caba18..fe05e398c841ac228094beba4af124abfc7b66cb 100644 (file)
@@ -148,9 +148,11 @@ public:
        /// \warning only works within text!
        Paragraph & paragraph() const;
        /// the paragraph we're in in any case.
-       /// This method will give the containing paragraph if
-       /// in not in text mode (ex: in mathed).
+       /// This method will give the containing paragraph even
+       /// if not in text mode (ex: in mathed).
        Paragraph & innerParagraph() const;
+       /// return the inner text slice.
+       CursorSlice const & innerTextSlice() const;
        ///
        Text * text() const;
        /// the containing inset or the cell, respectively