]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
ws changes only
[lyx.git] / src / lyxrc.C
index f768bbe806000caa0ef2d11559467076d6b0bc74..9995916fc401415aa52163d9becde132ebc543a0 100644 (file)
@@ -3,42 +3,52 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * Full author contact details are available in file CREDITS
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
+ * \author Angus Leeming
+ * \author John Levon
+ * \author André Pönitz
+ * \author Allan Rae
+ * \author Dekel Tsur
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include <fstream>
-#include <iomanip>
 #include <iostream>
-#include <boost/scoped_ptr.hpp>
 
 #include "lyxrc.h"
 
 #include "debug.h"
-#include "intl.h"
 #include "converter.h"
 #include "format.h"
 #include "gettext.h"
+#include "LColor.h"
 #include "lyxlex.h"
 #include "lyxfont.h"
 
-#include "support/path.h"
-#include "support/tostr.h"
 #include "support/filetools.h"
-#include "support/LAssert.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 {
@@ -522,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 =