]> 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 42d545db0eedab4e5c75e06e97a478dec0ec702f..20b6db069b7128b1bde4b408e5822a632eb8cbed 100644 (file)
 
 #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