mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Handle the TEXT flavor in this switch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32054 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
935d1a3221
commit
0b82638164
@ -718,6 +718,9 @@ void InsetExternal::validate(LaTeXFeatures & features) const
|
|||||||
case OutputParams::HTML:
|
case OutputParams::HTML:
|
||||||
format = "html";
|
format = "html";
|
||||||
break;
|
break;
|
||||||
|
case OutputParams::TEXT:
|
||||||
|
format = "text";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
external::Template::Formats::const_iterator cit =
|
external::Template::Formats::const_iterator cit =
|
||||||
et.formats.find(format);
|
et.formats.find(format);
|
||||||
|
Loading…
Reference in New Issue
Block a user