]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / tabular.h
index 8e4ddce6de609a4fe50b9816edde7e7b2954764a..6b5a9449e58f0be96cf27c6dd82c5b3b324b73b2 100644 (file)
@@ -365,6 +365,7 @@ public:
     bool GetLTNewPage(int cell) const;
     ///
     InsetText * GetCellInset(int cell) const;
+    InsetText * GetCellInset(int row, int column) const;
     ///
     int rows() const { return rows_; }
     ///