]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
whitespace changes;
[lyx.git] / src / lyxrow.C
index 4a90389d9b4c66d517a85ab9811eb8712671409c..d043dcfbf760890ac69f383a6d94bdecafb642a9 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -23,19 +23,19 @@ Row::Row()
 {}
 
 
-void Row::par(LyXParagraph * p)
+void Row::par(Paragraph * p)
 {
        par_ = p;
 }
 
 
-void Row::pos(LyXParagraph::size_type p)
+void Row::pos(lyx::pos_type p)
 {
        pos_ = p;
 }
 
 
-LyXParagraph::size_type Row::pos() const
+lyx::pos_type Row::pos() const
 {
        return pos_;
 }