]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
fix typo that put too many include paths for most people
[lyx.git] / src / lyxtextclass.h
index c5fddbec377c423f76f096f5e186fa6a92598141..ff627716761f51b3c1a334c413e22949d899397a 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -37,15 +37,15 @@ public:
        typedef LayoutList::const_iterator const_iterator;
        ///
        explicit
-       LyXTextClass (string const & = string(), 
-                     string const & = string(), 
+       LyXTextClass (string const & = string(),
+                     string const & = string(),
                      string const & = string());
 
        ///
        const_iterator begin() const { return layoutlist.begin(); }
        ///
        const_iterator end() const { return layoutlist.end(); }
-       
+
        ///
        bool Read(string const & filename, bool merge = false);
        ///
@@ -60,9 +60,6 @@ public:
        ///
        LyXLayout const & operator[](string const & vname) const;
 
-       ///
-       LyXLayout & operator[](string const & vname);
-
        /// Sees to that the textclass structure has been loaded
        bool load() const;
 
@@ -71,8 +68,6 @@ public:
        ///
        LyXLayout const & defaultLayout() const;
        ///
-       LyXLayout & defaultLayout();
-       ///
        string const & name() const;
        ///
        string const & latexname() const;
@@ -102,7 +97,7 @@ public:
        };
        ///
        bool provides(Provides p) const;
-       
+
        ///
        unsigned int columns() const;
        ///
@@ -130,7 +125,7 @@ public:
 
        /// Text that dictates how wide the right margin is on the screen
        string const & rightmargin() const;
-        ///
+       ///
        int maxcounter() const;
        ///
        int size() const;