]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
Oops...
[lyx.git] / src / lyxrow.C
index e5cb15826f221274a45415b21bebd01d68651b17..7351b7f2481c8896ac4b72b0db4c1a91d59acf0f 100644 (file)
@@ -93,13 +93,13 @@ void Row::top_of_text(unsigned int top)
        top_of_text_ = top;
 }
 
+
 unsigned int Row::top_of_text() const
 {
        return top_of_text_;
 }
 
+
 void Row::baseline(unsigned int b)
 {
        baseline_ = b;