]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
Fix natbib bug spotted by JMarc.
[lyx.git] / src / lyxrow.C
index 3dbe39095f9f23fee7db15faa03773d663c1e7fe..804cbc7e99517f640363a1a401522f5710e25df1 100644 (file)
@@ -83,6 +83,18 @@ unsigned short Row::ascent_of_text() const
 }
 
 
+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;