]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / tabular.C
index 84a75cfbbf36308dba94d4ca1fc796f2c59f101b..707c9c353f39c211cde04a86522145f351294d97 100644 (file)
@@ -2548,6 +2548,12 @@ InsetText * LyXTabular::GetCellInset(int cell) const
 }
 
 
+InsetText * LyXTabular::GetCellInset(int row, int column) const
+{
+    return GetCellInset(GetCellNumber(row, column));
+}
+
+
 void LyXTabular::Validate(LaTeXFeatures & features) const
 {
     if (IsLongTabular())