mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b653286691
commit
226853c060
@ -257,7 +257,8 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass)
|
||||
case IL_CONTENTASLABEL:
|
||||
lex >> contentaslabel_;
|
||||
break;
|
||||
case IL_COPYSTYLE: { // initialize with a known style
|
||||
case IL_COPYSTYLE: {
|
||||
// initialize with a known style
|
||||
docstring style;
|
||||
lex >> style;
|
||||
style = support::subst(style, '_', ' ');
|
||||
|
Loading…
Reference in New Issue
Block a user