]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 670b33befec66673f09dc3ee566e3bf11125ffa7..88a56d5b9ba340112333e352277e8749abf5b453 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef FORMSPELLCHECKER_H
 #define FORMSPELLCHECKER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 
@@ -23,7 +20,8 @@ struct FD_spellchecker;
 
 /** This class provides an XForms implementation of the FormSpellchecker Dialog.
  */
-class FormSpellchecker : public FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > {
+class FormSpellchecker
+       : public FormCB<ControlSpellchecker, FormDB<FD_spellchecker> > {
 public:
        ///
        FormSpellchecker();
@@ -32,8 +30,8 @@ private:
        virtual void apply() {}
        /// Build the dialog
        virtual void build();
-       ///
-       virtual void update();
+       /// not needed.
+       virtual void update() {}
 
        /// set suggestions and exit message
        virtual void partialUpdate(int);