]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormNote.h
index 406105dc093a1749e5a558f51601628f8f1d6000..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() const;
+       std::vector<std::string> ids_;
+       ///
+       std::vector<std::string> gui_names_;
 };
 
 #endif // FORMNOTE_H