]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/table.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / tex2lyx / table.cpp
index 35de97af6a5ef8ad0d9c5082ff9c8a3fb0c92dff..79f750d8c79b5475c9f6dc71f1696be7d61b7aaa 100644 (file)
 #include <vector>
 #include <map>
 
+using namespace std;
 
 namespace lyx {
 
-using std::cerr;
-using std::endl;
-using std::istringstream;
-using std::ostream;
-using std::ostringstream;
-using std::string;
-using std::vector;
-
-
 // filled in preamble.cpp
-std::map<char, int> special_columns;
+map<char, int> special_columns;
 
 
 namespace {
@@ -87,7 +79,7 @@ public:
        /// These are for longtabulars only
        /// row type (head, foot, firsthead etc.)
        LTRowType type;
-       /// row for a pagebreak
+       /// row for a newpage
        bool newpage;
 };