]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormIndex.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormIndex.C
index ec704bb07a9762cce63253f2c77263dbbf9d7a61..ebed9c370e9e938d651a43c9e6a5b33d248248a1 100644 (file)
@@ -1,9 +1,11 @@
 /**
  * \file xforms/FormIndex.C
- * Copyright 2000-2001 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 #include "xformsBC.h"
 #include "ControlIndex.h"
 #include "FormIndex.h"
-#include "frontends/LyXView.h"
 #include "forms/form_index.h"
 #include FORMS_H_LOCATION
 
 typedef FormCB<ControlIndex, FormDB<FD_index> > base_class;
 
-FormIndex::FormIndex(ControlIndex & c, Dialogs & d)
-       : base_class(c, d, _("Index"))
+FormIndex::FormIndex()
+       : base_class(_("Index"))
 {}