]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormErrorList.C
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormErrorList.C
index 0e9b72e0538dc6775cca961c8361b8e7b00ea7b0..20b6db069b7128b1bde4b408e5822a632eb8cbed 100644 (file)
@@ -5,23 +5,21 @@
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-
-#include "errorlist.h"
 #include "FormErrorList.h"
-#include "xformsBC.h"
-#include "xforms_helpers.h"
 #include "ControlErrorList.h"
 #include "forms/form_errorlist.h"
-#include "support/lstrings.h" // frontStrip, strip
-#include "debug.h"
-#include "gettext.h"
+
+#include "xformsBC.h"
+#include "xforms_helpers.h"
 #include "lyx_forms.h"
 
+namespace lyx {
+namespace frontend {
 
 typedef FormController<ControlErrorList, FormView<FD_errorlist> > base_class;
 
@@ -45,7 +43,7 @@ void FormErrorList::build()
 
 void FormErrorList::update()
 {
-        setTitle(controller().name());
+       setTitle(controller().name());
        updateContents();
 }
 
@@ -100,3 +98,6 @@ void FormErrorList::updateContents()
        fl_select_browser_line(dialog_->browser_errors, 1);
        goTo(0);
 }
+
+} // namespace frontend
+} // namespace lyx