]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormThesaurus.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormThesaurus.C
index ed3d23aa36fbfc69ecd60ab7051c5fc3e9a93861..9e1dc93b4fb46c8b4e67b7ff81349f3a9d6ad522 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::lowercase;
+using lyx::support::trim;
+using lyx::support::uppercase;
 
 #ifndef CXX_GLOBAL_CSTD
-using std::isupper;
 using std::islower;
+using std::isupper;
 #endif
 
 using std::vector;
+using std::string;
 
 
 typedef FormController<ControlThesaurus, FormView<FD_thesaurus> > base_class;