X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.cpp;h=ea51664978c33fca4dee8ea53e9d1791182b3240;hb=b7ac2d69e7125bbe6b0bcc7a226cf8245773122a;hp=54b04b3946b8fc0d7e7c66af5dc3dd8266b472a4;hpb=cfc43d772d7df156103bc33745ead0556174cf66;p=features.git diff --git a/src/insets/InsetExternal.cpp b/src/insets/InsetExternal.cpp index 54b04b3946..ea51664978 100644 --- a/src/insets/InsetExternal.cpp +++ b/src/insets/InsetExternal.cpp @@ -752,6 +752,9 @@ void InsetExternal::validate(LaTeXFeatures & features) const case OutputParams::TEXT: format = "text"; break; + case OutputParams::LYX: + format = "lyx"; + break; } external::Template::Formats::const_iterator cit = et.formats.find(format);