]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
installer: uninstall fixes
[lyx.git] / src / LaTeXFeatures.cpp
index 94cdb637d03bb0a077867a3d03f2bb6e6098de20..bbc76d18523eb714573fdc7dc874e90baf90e8e5 100644 (file)
@@ -501,6 +501,7 @@ bool LaTeXFeatures::isProvided(string const & name) const
                                                                       nomath);
 }
 
+
 bool LaTeXFeatures::mustProvide(string const & name) const
 {
        return isRequired(name) && !isProvided(name);
@@ -1280,6 +1281,7 @@ docstring const LaTeXFeatures::getTClassHTMLStyles() const
 
 
 namespace {
+
 docstring const getFloatI18nPreamble(docstring const & type,
                        docstring const & name, Language const * lang,
                        Encoding const & enc, bool const polyglossia)