]> git.lyx.org Git - lyx.git/blobdiff - src/PSpell.cpp
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / PSpell.cpp
index 0a60cd84ebc11b336356fe291df26d06f7b7e649..c4b4d980ac661a2d8640a913e35285dc566bf25b 100644 (file)
@@ -24,12 +24,11 @@ extern "C" {
 
 #include <boost/assert.hpp>
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using std::endl;
-using std::string;
-
 
 PSpell::PSpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)