mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
handle 'well known' 'D' columntype
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7235 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87dcf41b23
commit
94da156183
@ -167,6 +167,9 @@ void end_preamble(ostream & os)
|
|||||||
|
|
||||||
void parse_preamble(Parser & p, ostream & os)
|
void parse_preamble(Parser & p, ostream & os)
|
||||||
{
|
{
|
||||||
|
// initialize fixed types
|
||||||
|
special_columns['D'] = 3;
|
||||||
|
|
||||||
while (p.good()) {
|
while (p.good()) {
|
||||||
Token const & t = p.get_token();
|
Token const & t = p.get_token();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user