]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.C
the spellcheck cleanup
[lyx.git] / src / vspace.C
index 512e64eefca9c516a50d0cb154732989850001ec..a3b8c5a41a3d314b0c3fb77513252642f2483bf1 100644 (file)
 
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+using lyx::support::compare;
+using lyx::support::isStrDbl;
+using lyx::support::ltrim;
+using lyx::support::prefixIs;
+using lyx::support::rtrim;
+using lyx::support::strToDbl;
+
+using std::string;
 
 
 namespace {