]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Cleanup.
[lyx.git] / src / BufferParams.h
index 6d5b0234f1e291fcbc770c975b7e9640676c5981..9e858275aeaadcf0e0121128f7ad2b930d9e4099 100644 (file)
@@ -32,17 +32,17 @@ class FileName;
 }
 
 class AuthorList;
-class BaseClassIndex;
 class BranchList;
 class Bullet;
 class DocumentClass;
 class Encoding;
 class Language;
-class Lexer;
 class LatexFeatures;
+class LayoutFile;
+class LayoutFileIndex;
+class Lexer;
 class PDFOptions;
 class Spacing;
-class TextClass;
 class TexRow;
 class VSpace;
 
@@ -106,11 +106,11 @@ public:
        InsetQuotes::quote_times quotes_times;
        ///
        std::string fontsize;
-       ///Get the LyX TextClass (that is, the layout file) this document is using.
-       TextClass const * baseClass() const;
+       ///Get the LayoutFile this document is using.
+       LayoutFile const * baseClass() const;
        ///
-       BaseClassIndex const & baseClassID() const;
-       /// Set the LyX TextClass (that is, the layout file) this document is using.
+       LayoutFileIndex const & baseClassID() const;
+       /// Set the LyX layout file this document is using.
        /// NOTE: This does not call makeDocumentClass() to update the local 
        /// DocumentClass. That needs to be done manually.
        /// \param filename the name of the layout file