]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
InsetFloat: pass back inset-modify that is addressed to other inset
[lyx.git] / src / insets / InsetGraphics.h
index be4a31773ada009df95bac9eedfcfbaa50fd3f6b..c987ed06159adbcf4b191febb86b23f8577bfbf2 100644 (file)
@@ -78,9 +78,9 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, 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.