mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
1512216909
commit
9dae88a15a
@ -885,13 +885,13 @@ bool Layout::readIgnoreForcelocal(Lexer & lex, TextClass const & tclass,
|
||||
lex >> docbookiteminnertagtype_;
|
||||
break;
|
||||
|
||||
case LT_DOCBOOKNOFONTINSIDE:
|
||||
lex >> docbooknofontinside_;
|
||||
break;
|
||||
case LT_DOCBOOKNOFONTINSIDE:
|
||||
lex >> docbooknofontinside_;
|
||||
break;
|
||||
|
||||
case LT_DOCBOOKGENERATETITLE:
|
||||
lex >> docbookgeneratetitle_;
|
||||
break;
|
||||
case LT_DOCBOOKGENERATETITLE:
|
||||
lex >> docbookgeneratetitle_;
|
||||
break;
|
||||
|
||||
case LT_SPELLCHECK:
|
||||
lex >> spellcheck;
|
||||
|
@ -403,7 +403,7 @@ public:
|
||||
/** true when the verbatim stuff of this layout needs to be
|
||||
\cprotect'ed. */
|
||||
bool needcprotect;
|
||||
/** true when the verbatim stuff of this layout never should be
|
||||
/** true when the verbatim stuff of this layout never should be
|
||||
\cprotect'ed. */
|
||||
bool nocprotect;
|
||||
/** true when specific commands in this paragraph need to be
|
||||
|
Loading…
Reference in New Issue
Block a user