]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormCitation.h
index 09ca816b041407b8513d5729e19ad9f18ec60ee1..12258b000ca458a6dd657d52638607abbe8900db 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormCitation.h
+ * \file FormCitation.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMCITATION_H
@@ -21,7 +21,8 @@
 class ControlCitation;
 struct FD_citation;
 
-class FormCitation : public FormController<ControlCitation, FormView<FD_citation> > {
+class FormCitation
+       : public FormController<ControlCitation, FormView<FD_citation> > {
 public:
        ///
        FormCitation(Dialog &);
@@ -49,16 +50,16 @@ private:
        void findBiblio(biblio::Direction const dir);
 
        ///
-       void updateBrowser(FL_OBJECT *, std::vector<string> const &) const;
+       void updateBrowser(FL_OBJECT *, std::vector<std::string> const &) const;
        ///
        void setBibButtons(State) const;
        ///
        void setCiteButtons(State) const;
 
        /// used keys (left panel)
-       std::vector<string> citekeys;
+       std::vector<std::string> citekeys;
        /// available keys (right panel)
-       std::vector<string> bibkeys;
+       std::vector<std::string> bibkeys;
 };
 
 #endif // FORMCITATION_H