]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetText.h
index 6c9790b13556edbe0014920162e29b5fc8fde332..d50d5556c14ff265ca36273577eb24e3676b5402 100644 (file)
@@ -83,7 +83,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        enum XHTMLOptions {
                JustText = 0,
@@ -93,7 +93,7 @@ public:
                WriteEverything = 7
        };
        ///
-       docstring insetAsXHTML(XHTMLStream &, OutputParams const &,
+       docstring insetAsXHTML(XMLStream &, OutputParams const &,
                               XHTMLOptions) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -206,7 +206,7 @@ public:
        ///
        void completionPosAndDim(Cursor const &, int & x, int & y, Dimension & dim) const;
        /// returns the text to be used as tooltip
-       /// \param prefix: a string that will preced the tooltip,
+       /// \param prefix: a string that will precede the tooltip,
        /// e.g., "Index: ".
        /// \param len: length of the resulting string
        /// NOTE This routine is kind of slow. It's fine to use it within the