mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
vocabulary
This commit is contained in:
parent
2abe771407
commit
3bba2ad150
@ -141,7 +141,7 @@ public:
|
||||
Change change;
|
||||
// is it possible to add contents to this element?
|
||||
bool final = false;
|
||||
// properties with respect to row breaking (made of RowFlag enums)
|
||||
// properties with respect to row breaking (made of RowFlag enumerators)
|
||||
int row_flags = Inline;
|
||||
|
||||
friend std::ostream & operator<<(std::ostream & os, Element const & row);
|
||||
|
@ -479,7 +479,7 @@ public:
|
||||
|
||||
virtual CtObject getCtObject(OutputParams const &) const;
|
||||
|
||||
// properties with respect to row breaking (made of RowFLag enums)
|
||||
// properties with respect to row breaking (made of RowFLag enumerators)
|
||||
virtual int rowFlags() const { return Inline; }
|
||||
/// indentation before this inset (only needed for displayed hull insets with fleqn option)
|
||||
virtual int indent(BufferView const &) const { return 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user