]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabularCreate.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormTabularCreate.h
index 9e339147e33eff1bb66674b38687790a8b42e29b..672daa2a5b2e0b7c5909db5ad9dd2f8f0abf2873 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
- * \file FormTabularCreate.h
+ * \file xforms/FormTabularCreate.h
  * Copyright 1995 Matthias Ettrich
- * Copyright 1995-2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author unknown.
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMTABULARCREATE_H
 #include "FormBase.h"
 
 class ControlTabularCreate;
-struct FD_form_tabular_create;
+struct FD_tabular_create;
 
 /** This class provides an XForms implementation of the TabularCreate
     Dialog.
  */
 class FormTabularCreate :
-       public FormCB<ControlTabularCreate, FormDB<FD_form_tabular_create> > {
+       public FormCB<ControlTabularCreate, FormDB<FD_tabular_create> > {
 public:
-       /// 
-       FormTabularCreate(ControlTabularCreate &);
-
+       ///
+       FormTabularCreate();
 private:
        /// Apply from dialog
        virtual void apply();
@@ -36,9 +37,6 @@ private:
        virtual void build();
        /// not needed
        virtual void update() {};
-
-       ///
-       FD_form_tabular_create * build_tabular_create();
 };
 
 #endif // FORMTABULARCREATE