]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
"Inter-word Space"
[lyx.git] / src / lyxlex.h
index ad260093c07ef31003f3a6e91b4ba3193bfe5ab3..4dda5a3697c0518a5b67de9f239288d41406c175 100644 (file)
@@ -28,7 +28,7 @@ struct keyword_item {
 class LyXLex : boost::noncopyable {
 public:
        ///
-       LyXLex (keyword_item *, int);
+       LyXLex(keyword_item *, int);
        ///
        ~LyXLex();
 
@@ -49,7 +49,7 @@ public:
        /// return true if able to open file, else false
        bool setFile(string const & filename);
        ///
-       void setStream(std::istream & i);
+       void setStream(std::istream & is);
        ///
        std::istream & getStream();
        /// Danger! Don't use it unless you know what you are doing.
@@ -99,9 +99,6 @@ public:
        ///
        int findToken(char const * str[]);
 
-       ///
-       string const text() const;
-
        /** Pushes a token list on a stack and replaces it with a new one.
         */
        void pushTable(keyword_item *, int);