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:
André Pönitz 2003-07-03 13:01:51 +00:00
parent 87dcf41b23
commit 94da156183

View File

@ -167,6 +167,9 @@ void end_preamble(ostream & os)
void parse_preamble(Parser & p, ostream & os)
{
// initialize fixed types
special_columns['D'] = 3;
while (p.good()) {
Token const & t = p.get_token();