]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetIPA.h
index 003c1bad56cb139257d625791e417eaf4deabdfd..695179738f400581467e15d451341fb131e35200 100644 (file)
@@ -77,6 +77,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
+       void docbook(XMLStream &, OutputParams const &) const;
+       ///
        docstring xhtml(XMLStream & xs, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -88,7 +90,7 @@ public:
 
 protected:
        /// Retrieves the preview state. Returns true if preview
-       /// is enabled and the preview image is availabled.
+       /// is enabled and the preview image is available.
        bool previewState(BufferView * bv) const;
        /// Recreates the preview if preview is enabled.
        void reloadPreview(DocIterator const & pos) const;