]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormCitation.h
index cef3dc4edb3642dd05b5ea7b8bca26e7569d4305..59ebc6126074f5ced5545e7ee0a7e191414508eb 100644 (file)
@@ -1,15 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
+/**
+ * \file xforms/FormCitation.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Angus Leeming 
  *
- *           Copyright 2000-2001 The LyX Team.
- *
- * ======================================================
- *
- * \file FormCitation.h
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORMCITATION_H
 /** This class provides an XForms implementation of the Citation Dialog.
  */
 class ControlCitation;
-struct FD_form_citation;
+struct FD_citation;
 
-class FormCitation : public FormCB<ControlCitation, FormDB<FD_form_citation> > {
+class FormCitation : public FormCB<ControlCitation, FormDB<FD_citation> > {
 public:
        ///
-       FormCitation(ControlCitation &);
-
+       FormCitation();
 private:
        ///
        enum State {
@@ -52,9 +48,6 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
-       /// Fdesign generated method
-       FD_form_citation * build_citation();
-
        /// search for a citation
        void findBiblio(biblio::Direction const dir);