]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Move LFUN_CHANGES_TRACK and LFUN_CHANGES_OUTPUT to Buffer.cpp,
[lyx.git] / src / BufferParams.h
index a6cd21178ca5e57edcecee1d0615475a987e5aff..ba3d510be01afc6dd0f94d51d69ef8f324a57d8b 100644 (file)
@@ -48,7 +48,6 @@ class LayoutFileIndex;
 class Lexer;
 class PDFOptions;
 class Spacing;
-class TexRow;
 class VSpace;
 
 /** Buffer parameters.
@@ -82,7 +81,7 @@ public:
        /// check what features are implied by the buffer parameters.
        void validate(LaTeXFeatures &) const;
 
-       /** \returns true if the babel package is used (interogates
+       /** \returns true if the babel package is used (interrogates
         *  the BufferParams, a LyXRC variable, and the document class).
         *  This returned value can then be passed to the insets...
         */