]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
When we use InPremable styles, we want to write as many versions
[lyx.git] / src / Paragraph.cpp
index 0fd673e71efb4dc9a811e59df2191d85a7fc07be..c29ca4cb930110e780b8011b19ef7fea4d77a246 100644 (file)
@@ -1409,7 +1409,7 @@ void Paragraph::Private::validate(LaTeXFeatures & features) const
                                }
                        }
                        string const snippet = to_utf8(ods.str());
-                       features.addPreambleSnippet(snippet);
+                       features.addPreambleSnippet(snippet, true);
                }
        }