]> 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 46a746b9d4ca9c8cbe51e66e0e154b1d9d791f53..c987ed06159adbcf4b191febb86b23f8577bfbf2 100644 (file)
@@ -78,7 +78,7 @@ 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(XMLStream & os, OutputParams const &) const;
        /** Tell LyX what the latex features you need i.e. what latex packages
@@ -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.