]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
* src/frontends/qt4/QTocDialog.C (updateGui):
[lyx.git] / src / dociterator.h
index 7d4c4439681589200460d00067e4be9548204599..6bca4d3e185f0fa3e7e2107525f7ba4bea9c57f5 100644 (file)
@@ -23,7 +23,6 @@ namespace lyx {
 class LyXText;
 class MathAtom;
 class Paragraph;
-class Row;
 
 
 // only needed for gcc 2.95, remove when support terminated
@@ -154,10 +153,6 @@ public:
        Paragraph & paragraph();
        /// the paragraph we're in
        Paragraph const & paragraph() const;
-       /// the row in the paragraph we're in
-       Row & textRow();
-       /// the row in the paragraph we're in
-       Row const & textRow() const;
        ///
        LyXText * text();
        ///
@@ -267,7 +262,7 @@ bool operator!=(DocIterator const & di1, DocIterator const & di2)
 
 
 // The difference to a ('non stable') DocIterator is the removed
-// (overwritte by 0...) part of the CursorSlice data items. So this thing
+// (overwritten by 0...) part of the CursorSlice data items. So this thing
 // is suitable for external storage, but not for iteration as such.
 
 class StableDocIterator {