mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25667 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a4ed71a212
commit
14be46fd4b
@ -432,8 +432,12 @@ public:
|
||||
/// Search for \param inset in the tabular, with the
|
||||
///
|
||||
void validate(LaTeXFeatures &) const;
|
||||
///
|
||||
//private:
|
||||
// FIXME Now that cells have an InsetTableCell as their insets, rather
|
||||
// than an InsetText, it'd be possible to reverse the relationship here,
|
||||
// so that cell_vector was a vector<InsetTableCell> rather than a
|
||||
// vector<CellData>, and an InsetTableCell had a CellData as a member,
|
||||
// or perhaps just had its members as members.
|
||||
///
|
||||
class CellData {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user