]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetGraphics.h
index be4a31773ada009df95bac9eedfcfbaa50fd3f6b..8c07c0f9698dd5b0de3981b4629c383a6805525b 100644 (file)
@@ -80,7 +80,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream & os, OutputParams const &) const;
+       docstring xhtml(XMLStream & os, OutputParams const &) const;
        /** Tell LyX what the latex features you need i.e. what latex packages
            you need to be included.
         */
@@ -130,7 +130,7 @@ public:
        std::string createLatexOptions(bool const ps) const;
        /// Create length values for docbook export.
        docstring toDocbookLength(Length const & len) const;
-       /// Create the atributes for docbook export.
+       /// Create the attributes for docbook export.
        docstring createDocBookAttributes() const;
        /// Convert the file if needed, and return the location of the file.
        /// This version is for use with LaTeX-style output.