]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMinipage.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormMinipage.h
index 7ee939c9355486778d563ddd3697bcd8fe680f25..d640f50614db4e9a776700b33a74072d1f36801d 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
@@ -26,14 +27,11 @@ struct FD_form_minipage;
 /** This class provides an XForms implementation of the Minipage
     Dialog.
  */
-class ControlMinipage;
-struct FD_form_minipage;
-
-class FormMinipage : public FormCB<ControlMinipage, FormDB<FD_form_minipage> > {
+class FormMinipage
+       : public FormCB<ControlMinipage, FormDB<FD_form_minipage> > {
 public:
        ///
        FormMinipage(ControlMinipage &);
-
 private:
        /// Set the Params variable for the Controller.
        virtual void apply();