]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormFloat.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormFloat.C
index 839965d9c1164e02b6af7e783882ea7ac3de0e17..ebd130a68a631ed5a655298d00cdf35ef489098e 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file FormFloat.C
- * Copyright 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 Lars Gullik Bjønnes, larsbj@lyx.org
+ * \author Lars Gullik Bjønnes
  * \author Juergen Spitzmueller j.spitzmueller@gmx.de
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -23,8 +25,8 @@
 
 typedef FormCB<ControlFloat, FormDB<FD_float> > base_class;
 
-FormFloat::FormFloat(ControlFloat & c, Dialogs & d)
-       : base_class(c, d, _("Float Options"))
+FormFloat::FormFloat()
+       : base_class(_("Float Options"))
 {}