From: Jürgen Spitzmüller Date: Sun, 15 Jun 2008 14:23:45 +0000 (+0000) Subject: ExternalTemplate.cpp: X-Git-Tag: 1.6.10~4388 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=483e1fcd196ed61be3928e6f59f69dadbc2aaea4;p=lyx.git ExternalTemplate.cpp: - sort Lexer table. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25262 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ExternalTemplate.cpp b/src/insets/ExternalTemplate.cpp index 600969dc45..7a3b6beb6c 100644 --- a/src/insets/ExternalTemplate.cpp +++ b/src/insets/ExternalTemplate.cpp @@ -318,12 +318,12 @@ void Template::readTemplate(Lexer & lex) LexerKeyword templateoptiontags[] = { { "automaticproduction", TO_AUTOMATIC }, - { "preview", TO_PREVIEW }, { "filefilter", TO_FILTER }, { "format", TO_FORMAT }, { "guiname", TO_GUINAME }, { "helptext", TO_HELPTEXT }, { "inputformat", TO_INPUTFORMAT }, + { "preview", TO_PREVIEW }, { "templateend", TO_END }, { "transform", TO_TRANSFORM } };