]> git.lyx.org Git - lyx.git/blobdiff - src/Section.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / Section.h
index ff8b14871883c9bb8b4aa997303d18c1ccca36dd..e76cb44bc0801e122d83cbc4f0293134f77e3863 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -12,7 +12,7 @@
 #ifndef SECTION_H
 #define SECTION_H
 
-#include "LyXFont.h"
+#include "Font.h"
 
 #include <map>
 
@@ -34,7 +34,7 @@ public:
        ///
        std::string const & afterskip() const;
        ///
-       LyXFont const & style() const;
+       Font const & style() const;
        ///
        bool display() const;
 private:
@@ -49,7 +49,7 @@ private:
        ///
        std::string afterskip_;
        ///
-       LyXFont style_;
+       Font style_;
 };