]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Cmake build: Only use the new lyxconvert on MAC
[lyx.git] / src / LaTeXFeatures.cpp
index 54cf237eb5a822441d2142240b81a8fd514a5964..92e48293cd28d15d4bf872f5dabef6cb60e5476f 100644 (file)
@@ -682,7 +682,7 @@ TexString getSnippets(std::list<TexString> const & list)
        return snip.release();
 }
 
-} //anon namespace
+} // namespace
 
 
 void LaTeXFeatures::addPreambleSnippet(TexString ts, bool allow_dupes)
@@ -997,7 +997,7 @@ int const nb_bibliofeatures = sizeof(bibliofeatures) / sizeof(char const *);
 
 int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
 
-}
+} // namespace
 
 
 string const LaTeXFeatures::getColorOptions() const
@@ -1770,7 +1770,7 @@ docstring const i18npreamble(docstring const & templ, Language const * lang,
        return from_utf8(preamble);
 }
 
-}
+} // namespace
 
 
 docstring const LaTeXFeatures::getTClassI18nPreamble(bool use_babel,