]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.cpp
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / ExternalTemplate.cpp
index 7a3b6beb6c51596ff09b8b8f93dfbef3365fffad..4930a975439d53343955908315cec31d2b35da10 100644 (file)
@@ -50,7 +50,7 @@ static TransformIDTranslator const & transformIDTranslator()
 
 // We have to have dummy default commands for security reasons!
 Template::Template()
-       : inputFormat("*")
+       : inputFormat("*"), automaticProduction(false), preview_mode(PREVIEW_OFF)
 {}