]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Use current_font, not real_current_font, in character dialog
[lyx.git] / src / ModuleList.h
index 125b61e9923f03daf0867348b2a6aa4d5f95c9b6..e2d4a28f02dcf955aa7095d3a37ec9c688a0135a 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef MODULELIST_H
 #define MODULELIST_H
 
-#include <map>
 #include <string>
 #include <vector>
 
@@ -39,7 +38,7 @@ namespace lyx {
  *   #Excludes: theorems-chap
  *   #Category: theorems
  *  The description is used in the gui to give information to the user. The
- *  Requires, Excludes, and Categofy lines are read by the configuration script
+ *  Requires, Excludes, and Category lines are read by the configuration script
  *  and written to a file lyxmodules.lst in the user configuration directory.
  *  That file is then read on startup to populate the ModuleList, below.
  *
@@ -156,5 +155,5 @@ public:
 };
 
 extern ModuleList theModuleList;
-}
+} // namespace lyx
 #endif