mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Stupid, stupid, stupid.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34210 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
074a791505
commit
6d7788fde0
@ -635,7 +635,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case TC_FLOAT:
|
case TC_FLOAT:
|
||||||
error = readFloat(lexrc);
|
error = !readFloat(lexrc);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TC_CITEFORMAT:
|
case TC_CITEFORMAT:
|
||||||
@ -1036,7 +1036,6 @@ bool TextClass::readFloat(Lexer & lexrc)
|
|||||||
counters_.newCounter(subtype, from_ascii(type),
|
counters_.newCounter(subtype, from_ascii(type),
|
||||||
"\\alph{" + subtype + "}", docstring());
|
"\\alph{" + subtype + "}", docstring());
|
||||||
}
|
}
|
||||||
|
|
||||||
return getout;
|
return getout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user