]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
fix dialogs in LyX/Mac
[lyx.git] / src / lyxlex.h
index 05ab00ad25358221d5d41b5baa7ebd3b950a7b9e..9797b8a8a9cd81b3c48d1c83fd054662a51a1c2e 100644 (file)
@@ -55,10 +55,10 @@ public:
                LEX_TOKEN = -4
        };
 
-       /// straem is open and end of straem is not reached
+       /// stream is open and end of stream is not reached
        bool isOK() const;
        /// stream is ok
-       operator void *() const;
+       operator void const *() const;
        /// stream is not ok
        bool operator!() const;
        /// return true if able to open file, else false
@@ -111,8 +111,6 @@ public:
 
        ///
        bool eatLine();
-       ///
-       int findToken(char const * str[]);
 
        /// Pushes a token list on a stack and replaces it with a new one.
        void pushTable(keyword_item *, int);
@@ -155,7 +153,7 @@ private:
     This is needed to ensure that the pop is done upon exit from methods
     with more than one exit point or that can return as a response to
     exceptions.
-    @autor Lgb
+    @author Lgb
 */
 struct pushpophelper {
        ///