]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/lyxfont.C
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / tex2lyx / lyxfont.C
index f58fe16f4f978fcf25be05f12b6128eb7aead360..52280798145697e04074af56f1911b7e731547bd 100644 (file)
@@ -1,11 +1,11 @@
 /**
- *  \file lyxfont.C
- *  This file is part of LyX, the document processor.
- *  Licence details can be found in the file COPYING.
+ * \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
+ * \author Angus Leeming
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 #include "lyxlex.h"
 #include "support/lstrings.h"
 
-using namespace lyx::support;
+
+namespace lyx {
+
+using lyx::support::ascii_lowercase;
+
+using std::string;
 
 
 LyXFont & LyXFont::lyxRead(LyXLex & lex)
@@ -48,3 +53,6 @@ LyXFont & LyXFont::lyxRead(LyXLex & lex)
        }
        return *this;
 }
+
+
+} // namespace lyx