mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Indentation
This commit is contained in:
parent
ce526607ff
commit
4094afaf2e
@ -267,13 +267,13 @@ public:
|
||||
bool labelIsInline() const {
|
||||
return labeltype == LABEL_STATIC
|
||||
|| labeltype == LABEL_SENSITIVE
|
||||
|| labeltype == LABEL_ENUMERATE
|
||||
|| labeltype == LABEL_ENUMERATE
|
||||
|| labeltype == LABEL_ITEMIZE;
|
||||
}
|
||||
bool labelIsAbove() const {
|
||||
return labeltype == LABEL_ABOVE
|
||||
|| labeltype == LABEL_CENTERED
|
||||
|| labeltype == LABEL_BIBLIO;
|
||||
|| labeltype == LABEL_BIBLIO;
|
||||
}
|
||||
///
|
||||
bool addToToc() const { return add_to_toc_; }
|
||||
|
Loading…
Reference in New Issue
Block a user