]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormNote.h
index aa3a884ad0add968b5240a282fee6cb56923135c..fa6e07600f7d6b970088ac8d6a687703e8eea992 100644 (file)
@@ -4,9 +4,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming
+ * \author Martin Vermeer
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMNOTE_H
@@ -26,14 +26,16 @@ public:
        /// Constructor
        FormNote(Dialog &);
 private:
-       /// 
+       ///
        virtual void apply();
        /// Build the dialog
        virtual void build();
        /// Update dialog before showing it
        virtual void update();
        ///
-       string const predefineds() { return "Note|Comment|Greyedout"; }
+       std::vector<std::string> ids_;
+       ///
+       std::vector<std::string> gui_names_;
 };
 
 #endif // FORMNOTE_H