]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormNote.h
index 440da3955ecea8a19bbe95df1927b824e5e4d883..fa6e07600f7d6b970088ac8d6a687703e8eea992 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \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