X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormErrorList.C;h=20b6db069b7128b1bde4b408e5822a632eb8cbed;hb=d5443737342903de489d527802cd2cdd38987d74;hp=0e9b72e0538dc6775cca961c8361b8e7b00ea7b0;hpb=b459326fc5a9ff33b87c0bb80af1b51b30f3d555;p=lyx.git diff --git a/src/frontends/xforms/FormErrorList.C b/src/frontends/xforms/FormErrorList.C index 0e9b72e053..20b6db069b 100644 --- a/src/frontends/xforms/FormErrorList.C +++ b/src/frontends/xforms/FormErrorList.C @@ -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 - -#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 > 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