]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.C
Really fix start_of_appendix output
[lyx.git] / src / tex2lyx / lyxfont.C
index c8be369e2f9db477e27eef160709def90d3c2316..0b9f16d93cab438da924fd68a375ddde99031665 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * \file lyxfont.C
+ * \file tex2lyx/lyxfont.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -14,7 +14,9 @@
 #include "lyxlex.h"
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+using lyx::support::ascii_lowercase;
+
+using std::string;
 
 
 LyXFont & LyXFont::lyxRead(LyXLex & lex)