]> git.lyx.org Git - lyx.git/blobdiff - src/cursor_slice.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / cursor_slice.h
index 03137bfdcc7467184d3f1403b9eafa3ff77c9584..30f0b95888496a413a63a2673fa589aa29192eff 100644 (file)
@@ -64,9 +64,9 @@ public:
        idx_type & idx() { return idx_; }
        /// return the last cell in this inset
        idx_type lastidx() const { return nargs() - 1; }
-       /// return the paragraph this cursor is in
+       /// return the offset of the paragraph this cursor is in
        pit_type pit() const { return pit_; }
-       /// set the paragraph this cursor is in
+       /// set the offset of the paragraph this cursor is in
        pit_type & pit() { return pit_; }
        /// increments the paragraph this cursor is in
        void incrementPar();