]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / Thesaurus.cpp
index 466abebc1d5eea6854340bf9d2e560ba20e27923..6e5d80a07d351068aaf4690c760ae81ea10b90d3 100644 (file)
 
 #include <algorithm>
 
+using namespace std;
 
 namespace lyx {
 
 #ifdef HAVE_LIBAIKSAURUS
 using support::bformat;
 
-using std::sort;
-using std::string;
-
 
 Thesaurus::Thesaurus()
        : aik_(new Aiksaurus)