]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / lyxlex.C
index da19717fa9a9fd392fd6367affc22b42c9e75abe..e77c893b082d84d0765b039a254fcf04db86ae5b 100644 (file)
@@ -18,6 +18,8 @@
 #include "support/filetools.h"
 #include "support/lstrings.h"
 
+using namespace lyx::support;
+
 using std::ostream;
 using std::istream;
 using std::endl;
@@ -52,12 +54,6 @@ int LyXLex::getLineNo() const
 }
 
 
-string const LyXLex::text() const
-{
-       return pimpl_->getString();
-}
-
-
 istream & LyXLex::getStream()
 {
        return pimpl_->is;