]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
Remove wmf2eps as EMF > EPS converter
[lyx.git] / src / Thesaurus.cpp
index cf8567eb53f5c9a5403296c3e1615ccd3ce7530d..e2c28183ee9499601c418153ff2d253fb966bd1f 100644 (file)
@@ -46,7 +46,7 @@ namespace {
 
 typedef std::map<docstring, MyThes *> Thesauri;
 
-} // namespace anon
+} // namespace
 
 struct Thesaurus::Private
 {
@@ -236,7 +236,7 @@ Thesaurus::Meanings Thesaurus::lookup(WordLangTuple const & wl)
                return meanings;
 
        string const encoding = mythes->get_th_encoding();
-       
+
        mentry * pmean;
        string const text = to_iconv_encoding(support::lowercase(t), encoding);
        int len = strlen(text.c_str());