]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetNote.h
index f5685681a145f5eb141a6468903a46c1b9c0db25..dde3a48cb230008257bdd666b309888eabb746e7 100644 (file)
@@ -73,6 +73,8 @@ private:
         */
        bool producesOutput() const { return false; }
        ///
+       bool allowSpellCheck() const;
+       ///
        void write(std::ostream &) const;
        ///
        void read(Lexer & lex);
@@ -111,12 +113,6 @@ private:
        InsetNoteParams params_;
 };
 
-/**
- * Mutate all NoteInsets of "source" type to the "target" type in the document.
- * Returns true when some inset was changed.
- */
-bool mutateNotes(lyx::Cursor & cur, std::string const & source, std::string const &target);
-
 } // namespace lyx
 
 #endif // INSET_NOTE_H