]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetIPA.h
index d499edfdc81ccfe7ad07d222d763092b03fa8105..695179738f400581467e15d451341fb131e35200 100644 (file)
@@ -77,7 +77,9 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream & xs, 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;