]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
ws changes only
[lyx.git] / src / lyxrc.C
index 320f04b623c45f052825c6a27b65fc6e372ecb72..9995916fc401415aa52163d9becde132ebc543a0 100644 (file)
@@ -7,7 +7,7 @@
  * \author Jean-Marc Lasgouttes
  * \author Angus Leeming
  * \author John Levon
- * \author André Pöntiz
+ * \author André Pönitz
  * \author Allan Rae
  * \author Dekel Tsur
  *
 #include "converter.h"
 #include "format.h"
 #include "gettext.h"
+#include "LColor.h"
 #include "lyxlex.h"
 #include "lyxfont.h"
 
-#include "support/tostr.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
-#include "support/userinfo.h"
 #include "support/translator.h"
+#include "support/tostr.h"
+#include "support/userinfo.h"
 
-using namespace lyx::support;
+using lyx::support::ascii_lowercase;
+using lyx::support::ExpandPath;
+using lyx::support::GetEnv;
+using lyx::support::LibFileSearch;
+using lyx::support::token;
 
-using std::ostream;
-using std::ofstream;
 using std::cout;
-using std::ios;
 using std::endl;
-using std::vector;
+
+using std::ios;
+using std::ofstream;
+using std::ostream;
+using std::string;
+
 
 namespace lyx {
 namespace graphics {
@@ -525,7 +532,7 @@ int LyXRC::read(string const & filename)
                                        default_papersize =
                                                PAPER_LEGALPAPER;
                                else if (size == "executive")
-                                       default_papersize = 
+                                       default_papersize =
                                                PAPER_EXECUTIVEPAPER;
                                else if (size == "a3")
                                        default_papersize =