X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormDocument.h;h=429d036e796c9bda8e74cbcdba8b2ef5f34322f3;hb=d5443737342903de489d527802cd2cdd38987d74;hp=c93ff2ebca309c126c13fdbee276fa412e002b67;hpb=7ae6332b03d5df51348c08e50211bac9e8da9f31;p=lyx.git diff --git a/src/frontends/xforms/FormDocument.h b/src/frontends/xforms/FormDocument.h index c93ff2ebca..429d036e79 100644 --- a/src/frontends/xforms/FormDocument.h +++ b/src/frontends/xforms/FormDocument.h @@ -14,19 +14,19 @@ #include "FormDialogView.h" #include "BranchList.h" -#include "RadioButtonGroup.h" #include #include "lyx_forms.h" #include -class ControlDocument; - class BufferParams; -class FormColorpicker; +namespace lyx { +namespace frontend { +class ControlDocument; +class FormColorpicker; struct FD_document; struct FD_document_paper; struct FD_document_class; @@ -96,7 +96,7 @@ private: /// bool language_apply(BufferParams &); /// - bool options_apply(BufferParams &); + void options_apply(BufferParams &); /// void bullets_apply(BufferParams &); /// @@ -133,9 +133,9 @@ private: std::vector lang_; /// Contains all legal branches for this doc BranchList branchlist_; - - /// citation style buttons - RadioButtonGroup citestyle_; }; +} // namespace frontend +} // namespace lyx + #endif