]> git.lyx.org Git - lyx.git/blobdiff - src/Section.cpp
* src/insets/InsetNote.h:
[lyx.git] / src / Section.cpp
index ed8db6ceccf43d20b731b25621262b6c05a2d557..7cca23be14b57a723acf4482d8baba1943e90a49 100644 (file)
 
 #include "Section.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
 
 string const & Section::name() const
 {
@@ -47,7 +47,7 @@ string const & Section::afterskip() const
 }
 
 
-LyXFont const & Section::style() const
+Font const & Section::style() const
 {
        return style_;
 }