X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSection.h;h=e76cb44bc0801e122d83cbc4f0293134f77e3863;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=ff8b14871883c9bb8b4aa997303d18c1ccca36dd;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Section.h b/src/Section.h index ff8b148718..e76cb44bc0 100644 --- a/src/Section.h +++ b/src/Section.h @@ -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 @@ -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_; };