X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex.C;h=e77c893b082d84d0765b039a254fcf04db86ae5b;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=da19717fa9a9fd392fd6367affc22b42c9e75abe;hpb=7b411194635cb97468046628e6f3bec928ad16af;p=lyx.git diff --git a/src/lyxlex.C b/src/lyxlex.C index da19717fa9..e77c893b08 100644 --- a/src/lyxlex.C +++ b/src/lyxlex.C @@ -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;