]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetNote.h
index cdee07cc47764de536fbe3cd8b46ebc6cdd6e4a0..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);
@@ -89,7 +91,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
@@ -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