]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.cpp
There was a bit too much copying of dociterators gpoing on leading to an
[lyx.git] / src / ParagraphMetrics.cpp
index ff1eb3ffc17c08e61a51cfd9952d7f77e6d4ff9f..36d850b1d9f867d9bee153852a94d03fb47cf189 100644 (file)
 #include <stack>
 #include <sstream>
 
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using lyx::support::contains;
-using lyx::support::rsplit;
-using support::subst;
-
-using std::distance;
-using std::endl;
-using std::list;
-using std::stack;
-using std::string;
-using std::ostream;
-using std::ostringstream;
-
 
 ParagraphMetrics::ParagraphMetrics(Paragraph const & par): position_(-1), par_(&par)
 {