]> git.lyx.org Git - lyx.git/blobdiff - src/Section.h
english_language was not used at all.
[lyx.git] / src / Section.h
index ff8b14871883c9bb8b4aa997303d18c1ccca36dd..0ccfc1cac648d6dcec74383f11957b52ddcf0190 100644 (file)
@@ -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_;
 };