]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormNote.h
index 440da3955ecea8a19bbe95df1927b824e5e4d883..d444734a2e262831e409911648b0c5c366830da0 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,12 @@ 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"; }
 };
 
 #endif // FORMNOTE_H